tolerate some reduction in code coverage

This commit is contained in:
David Koes
2023-08-31 10:39:11 -04:00
parent 1bc4831a3e
commit a6811be349

18
codecov.yml Normal file
View File

@@ -0,0 +1,18 @@
coverage:
status:
project:
default:
# basic
target: auto
threshold: 0.05%
base: auto
flags:
- unit
paths:
- "src"
# advanced settings
branches:
- master
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false