mirror of
https://github.com/BrianPugh/gnwmanager.git
synced 2025-12-04 07:15:55 +01:00
15 lines
385 B
YAML
15 lines
385 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Commits pushed to main should not make the overall
|
|
# project coverage decrease by more than 1%
|
|
target: auto
|
|
threshold: 1%
|
|
patch:
|
|
default:
|
|
# Be tolerant on code coverage diff on PRs to limit
|
|
# noisy red coverage status on github PRs.
|
|
target: auto
|
|
threshold: 20%
|