mirror of
https://github.com/element-hq/element-ios-p2p.git
synced 2026-01-16 23:12:13 +00:00
19 lines
No EOL
585 B
YAML
19 lines
No EOL
585 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Commits pushed to master should not make the overall
|
|
# project coverage decrease by more than 1%:
|
|
target: auto
|
|
threshold: 1%
|
|
patch:
|
|
default:
|
|
# Be tolerant on slight code coverage diff on PRs to limit
|
|
# noisy red coverage status on github PRs.
|
|
# Note: The coverage stats are still uploaded
|
|
# to codecov so that PR reviewers can see uncovered lines
|
|
target: auto
|
|
threshold: 1%
|
|
|
|
ignore:
|
|
- "Riot/Generated" # ignore the folder and all its contents |