Skip to content

Commit c5ce311

Browse files
authored
Try to ignore tests from codecov
1 parent 6b147ff commit c5ce311

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ 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"
2523
- name: Upload coverage reports to Codecov
2624
uses: codecov/codecov-action@v4
2725
with:

codecov.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage:
2+
ignore:
3+
- "llms-with-matlab/tests"

0 commit comments

Comments
 (0)