Merge another codecov
This commit is contained in:
parent
510b69615d
commit
b32648cabb
1 changed files with 5 additions and 2 deletions
|
|
@ -1,18 +1,21 @@
|
||||||
# Hold ourselves to a high bar
|
# ref: https://docs.codecov.com/docs/codecovyml-reference
|
||||||
coverage:
|
coverage:
|
||||||
|
# Hold ourselves to a high bar
|
||||||
range: 85..100
|
range: 85..100
|
||||||
round: down
|
round: down
|
||||||
precision: 1
|
precision: 1
|
||||||
status:
|
status:
|
||||||
|
# ref: https://docs.codecov.com/docs/commit-status
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
|
# Avoid false negatives
|
||||||
threshold: 1%
|
threshold: 1%
|
||||||
|
|
||||||
# Test files aren't important for coverage
|
# Test files aren't important for coverage
|
||||||
ignore:
|
ignore:
|
||||||
- "tests"
|
- "tests"
|
||||||
|
|
||||||
# Make less noisy comments
|
# Make comments less noisy
|
||||||
comment:
|
comment:
|
||||||
layout: "files"
|
layout: "files"
|
||||||
require_changes: yes
|
require_changes: yes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue