Skip to content

Commit

Permalink
Add codecov.yml to exclude test and examples folders (#152)
Browse files Browse the repository at this point in the history
Avoid punishing commits that includes examples and unit test
  • Loading branch information
urrsk authored Jul 1, 2023
1 parent 9b695e3 commit d5ac71a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#To validate before committing: 'curl -X POST --data-binary @codecov.yml https://codecov.io/validate'

codecov:
strict_yaml_branch: default # only use the latest YAML on stated branch

ignore:
- "examples/*" # ignore examples
- "tests/*" # ignore unit tests

0 comments on commit d5ac71a

Please sign in to comment.