radare2/codecov.yml

23 lines
380 B
YAML
Raw Normal View History

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
2020-12-22 11:20:09 +00:00
ignore:
- "doc"
- "man"
- "mk"
- "pkgcfg"
- "sys"
- "test"