Skip to content

Commit

Permalink
Codecov: Update ignore list in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Nov 4, 2020
1 parent db738ce commit 4d2bbe4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions codecov.yml
Expand Up @@ -7,11 +7,10 @@ coverage:
base: pr # Only post a status to pull requests
informational: true # Don't block PRs based on coverage stats (yet?)
ignore:
- "/examples"
- "/bindings"
- "/thirdparty/jsoncpp"
- "/doc"
- "/cmake"
- "/*.md"
- "bindings"
- "examples/**/*"
- "bindings/**/*"
- "thirdparty/jsoncpp"
- "doc"
- "cmake"
- "*.md"
- "src/openshot_autogen"

0 comments on commit 4d2bbe4

Please sign in to comment.