mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
20 lines
302 B
YAML
20 lines
302 B
YAML
---
|
|
codecov:
|
|
branch: master
|
|
|
|
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"
|