Skip to content

Commit 6ddf0f9

Browse files
authored
Update
1 parent 836a7b2 commit 6ddf0f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
with:
2020
test-results-junit: test-results/results.xml
2121
code-coverage-cobertura: code-coverage/coverage.xml
22-
ignore:
23-
- "matlab-deep-learning/llms-with-matlab/tests"
2422
source-folder: .
2523
- name: Upload coverage reports to Codecov
2624
uses: codecov/codecov-action@v4
2725
with:
2826
token: ${{ secrets.CODECOV_TOKEN }}
2927
slug: matlab-deep-learning/llms-with-matlab
28+
ignore:
29+
- "matlab-deep-learning/llms-with-matlab/tests"

0 commit comments

Comments
 (0)