rizin/codecov.yml
NOT XVilka e9dd764f87
refactor: remove unused mpc subproject (#6091)
Co-authored-by: Anton Kochkov <anton.kochkov@gmail.com>
2026-03-25 20:30:15 +08:00

32 lines
573 B
YAML

coverage:
status:
project:
default:
branches:
- dev
- 'release-*'
if_not_found: failure
target: auto
threshold: 0.5%
patch:
default:
if_not_found: success
target: auto
threshold: 0.5%
ignore:
- "binrz/rz-test"
- ".github"
- "doc"
- "examples"
- "man"
- "mk"
- "subprojects/nettle"
- "subprojects/packagefiles"
- "subprojects/xxhash"
- "subprojects/yxml"
- "sys"
- "test"
comment:
layout: "header, files, components, footer"
require_changes: true