rizin/codecov.yml
Maijin d5fd613d9a
ci: ignore subprojects/packagefiles in codecov (#5765)
Co-authored-by: Maijin <maijin21@gmail.com>
2026-01-10 14:51:14 +08:00

33 lines
595 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/mpc"
- "subprojects/nettle"
- "subprojects/packagefiles"
- "subprojects/xxhash"
- "subprojects/yxml"
- "sys"
- "test"
comment:
layout: "header, files, components, footer"
require_changes: true