brotherton-erpnext/codecov.yml

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

27 lines
395 B
YAML
Raw Normal View History

2021-09-10 02:44:43 +00:00
codecov:
require_ci_to_pass: yes
coverage:
status:
project:
default:
target: auto
threshold: 0.5%
2021-12-14 14:02:31 +00:00
patch:
default:
target: 85%
threshold: 0%
base: auto
branches:
- develop
if_ci_failed: ignore
only_pulls: true
2021-09-10 02:44:43 +00:00
comment:
layout: "diff, files"
require_changes: true
ignore:
- "erpnext/demo"