mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
23 lines
380 B
YAML
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"
|