mirror of
https://github.com/TomWright/dasel.git
synced 2022-05-22 02:32:45 +03:00
13 lines
412 B
YAML
13 lines
412 B
YAML
comment: no # do not comment PR with the result
|
|
|
|
coverage:
|
|
range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code
|
|
|
|
status:
|
|
project: # settings affecting project coverage
|
|
default:
|
|
target: auto # auto % coverage target
|
|
threshold: 5% # allow for 5% reduction of coverage without failing
|
|
|
|
# do not run coverage on patch nor changes
|
|
patch: false |