rizin/codecov.yml
Rot127 f1713ac354
Use Codecov action to upload coverage data every PR. (#5057)
* Enable CodeCov actions in the CI for every PR.

* Just disable all parsing errors, since we seem to hit plenty.
2025-04-03 14:41:56 +00:00

27 lines
454 B
YAML

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