Skip to content

Commit 6b147ff

Browse files
authored
Update
1 parent 6ddf0f9 commit 6b147ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
test-results-junit: test-results/results.xml
2121
code-coverage-cobertura: code-coverage/coverage.xml
2222
source-folder: .
23+
ignore:
24+
- "llms-with-matlab/tests"
2325
- name: Upload coverage reports to Codecov
2426
uses: codecov/codecov-action@v4
2527
with:
2628
token: ${{ secrets.CODECOV_TOKEN }}
27-
slug: matlab-deep-learning/llms-with-matlab
28-
ignore:
29-
- "matlab-deep-learning/llms-with-matlab/tests"
29+
slug: matlab-deep-learning/llms-with-matlab

0 commit comments

Comments
 (0)