diff --git a/codecov.yml b/codecov.yml index 7b19db2..7864a9e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,13 +1,14 @@ +# Hold ourselves to a high bar coverage: - range: 70..100 + range: 85..100 round: down precision: 2 status: project: default: - threshold: 2% + threshold: 1% -# Tests aren't important for coverage +# Test files aren't important for coverage ignore: - "tests"