Skip to content

Commit 152fac5

Browse files
authored
Update ci.yml
Try to ignore test dir from codecov.io
1 parent 05ac9a9 commit 152fac5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ jobs:
1919
with:
2020
test-results-junit: test-results/results.xml
2121
code-coverage-cobertura: code-coverage/coverage.xml
22+
ignore:
23+
- "*/tests/*"
2224
source-folder: .
2325
- name: Upload coverage reports to Codecov
24-
uses: codecov/codecov-action@v4
26+
uses: codecov/codecov-action@v4
2527
with:
2628
token: ${{ secrets.CODECOV_TOKEN }}
2729
slug: matlab-deep-learning/llms-with-matlab

0 commit comments

Comments
 (0)