radare2/codecov.yml
2020-12-22 12:20:09 +01:00

23 lines
380 B
YAML

coverage:
status:
project:
default:
branches:
- master
- '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"