diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 000000000..11a9c7473 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,11 @@ +# ref: https://docs.codecov.com/docs/codecovyml-reference +coverage: + range: 60..80 + round: down + precision: 1 + status: + # ref: https://docs.codecov.com/docs/commit-status + project: + default: + # Avoid false negatives + threshold: 1%