Skip to content

Commit

Permalink
ci: exclude test files from Codecov report (#28)
Browse files Browse the repository at this point in the history
### Summary of Changes

For some reason, Codecov started to treat some test files as source
files. This PR explicitly excludes all test files.

---------

Co-authored-by: megalinter-bot <[email protected]>
  • Loading branch information
lars-reimann and megalinter-bot authored Dec 5, 2023
1 parent 93fcb85 commit f7b0502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- 'tests/**/*'

0 comments on commit f7b0502

Please sign in to comment.