diff --git a/codecov.yml b/codecov.yml index 0abe2331..e5c073f6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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"