brotherton-erpnext/codecov.yml
Suraj Shetty 333b83b583
ci: Ignore demo folder
Coverage for the demo folder is not relevant... can be ignored
2021-09-10 09:58:48 +05:30

17 lines
218 B
YAML

codecov:
require_ci_to_pass: yes
coverage:
status:
project:
default:
target: auto
threshold: 0.5%
comment:
layout: "diff, files"
require_changes: true
ignore:
- "erpnext/demo"