Skip to content

Commit

Permalink
Add codecov.yml to exclude test and examples folders
Browse files Browse the repository at this point in the history
Avoid punishing commits that includes examples and unit test
  • Loading branch information
urrsk committed Jul 1, 2023
1 parent 628833a commit 40bc7bc
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 40bc7bc

Please sign in to comment.