Merge pull request #587 from ferdnyc/codecov-ignore

codecov.yml: Update ignore list
This commit is contained in:
Frank Dana
2020-11-05 17:10:50 -05:00
committed by GitHub

View File

@@ -7,8 +7,8 @@ coverage:
base: pr # Only post a status to pull requests
informational: true # Don't block PRs based on coverage stats (yet?)
ignore:
- "examples/**/*"
- "bindings/**/*"
- "examples"
- "bindings"
- "thirdparty/jsoncpp"
- "doc"
- "cmake"