rizin/codecov.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
573 B
YAML
Raw Permalink Normal View History

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