Files
libopenshot/codecov.yml

15 lines
311 B
YAML
Raw Permalink Normal View History

2020-01-12 08:47:08 -05:00
coverage:
status:
project:
default:
2020-12-22 00:36:00 -05:00
only_pulls: true # Only post a status to pull requests
2020-01-12 08:47:08 -05:00
informational: true # Don't block PRs based on coverage stats (yet?)
ignore:
2020-11-05 16:54:34 -05:00
- "examples"
- "bindings"
2020-11-04 05:57:52 -05:00
- "thirdparty/jsoncpp"
- "doc"
- "cmake"
- "*.md"
- "src/openshot_autogen"