We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b695e3 commit d5ac71aCopy full SHA for d5ac71a
.github/codecov.yml
@@ -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