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 6ea2961 commit 934001eCopy full SHA for 934001e
.github/codecov.yml
@@ -4,5 +4,6 @@ codecov:
4
strict_yaml_branch: default # only use the latest YAML on stated branch
5
6
ignore:
7
+ - "3rdparty/*" # ignore examples
8
- "examples/*" # ignore examples
- - "tests/*" # ignore unit tests
9
+ - "tests/*" # ignore unit tests
codecov.yml
0 commit comments