Sunshine/codecov.yml

20 lines
302 B
YAML
Raw Normal View History

2024-03-24 23:52:24 +00:00
---
codecov:
2024-05-24 01:42:06 +00:00
branch: master
2024-03-24 23:52:24 +00:00
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"