github.com/tomwright/dasel@v1.27.3/codecov.yaml (about) 1 comment: no # do not comment PR with the result 2 3 coverage: 4 range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code 5 6 status: 7 project: # settings affecting project coverage 8 default: 9 target: auto # auto % coverage target 10 threshold: 5% # allow for 5% reduction of coverage without failing 11 12 # do not run coverage on patch nor changes 13 patch: false