rizin/codecov.yml
2021-03-29 15:39:31 +08:00

22 lines
384 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:
- "binrz/rz-test"
- "doc"
- "man"
- "mk"
- "sys"
- "test"