Skip to content

Commit

Permalink
Try to ignore tests from codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapanasta committed Jun 5, 2024
1 parent 6b147ff commit c5ce311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
source-folder: .
ignore:
- "llms-with-matlab/tests"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage:
ignore:
- "llms-with-matlab/tests"

0 comments on commit c5ce311

Please sign in to comment.