rizin/codecov.yml
2020-12-25 18:58:25 +08:00

22 lines
377 B
YAML

coverage:
status:
project:
default:
branches:
- dev
- 'release-*'
if_not_found: failure
if_ci_failed: error
informational: true
patch:
default:
if_not_found: success
if_ci_failed: success
informational: true
ignore:
- "doc"
- "man"
- "mk"
- "pkgcfg"
- "sys"
- "test"