Sunshine/codecov.yml
2024-04-14 13:38:01 -04:00

20 lines
303 B
YAML

---
codecov:
branch: nightly
coverage:
status:
project:
default:
target: auto
threshold: 10%
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
ignore:
- "tests"
- "third-party"