Codecov: Update excludes for new repo layout

This commit is contained in:
FeRD (Frank Dana)
2020-10-18 11:04:41 -04:00
parent d910949189
commit 46902b1641

View File

@@ -7,10 +7,11 @@ coverage:
base: pr # Only post a status to pull requests
informational: true # Don't block PRs based on coverage stats (yet?)
ignore:
- "/src/examples"
- "/src/Qt/demo"
- "/thirdparty/jsoncpp/*.cpp"
- "/thirdparty/jsoncpp/json/*.h"
- "/examples"
- "/bindings"
- "/thirdparty/jsoncpp"
- "/doc"
- "/cmake"
- "/*.md"
- "bindings"
- "src/openshot_autogen"