Skip to content

Commit d5ac71a

Browse files
authored
Add codecov.yml to exclude test and examples folders (#152)
Avoid punishing commits that includes examples and unit test
1 parent 9b695e3 commit d5ac71a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#To validate before committing: 'curl -X POST --data-binary @codecov.yml https://codecov.io/validate'
2+
3+
codecov:
4+
strict_yaml_branch: default # only use the latest YAML on stated branch
5+
6+
ignore:
7+
- "examples/*" # ignore examples
8+
- "tests/*" # ignore unit tests

0 commit comments

Comments
 (0)