diff options
Diffstat (limited to '.github/codecov.yml')
-rw-r--r-- | .github/codecov.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..dc4c65c --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +# doc: https://docs.codecov.com/docs/codecovyml-reference +coverage: + # range: 85..100 + round: down + precision: 1 + status: + project: + default: + threshold: 1% |