Skip to content

Commit

Permalink
Add code-coverage configuration to allow 1% delta (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantorrie authored Jan 19, 2021
1 parent 65367f2 commit bc4e070
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 1
round: down
range: "70...100"
status:
project:
default:
target: auto
threshold: 1%

comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: yes

0 comments on commit bc4e070

Please sign in to comment.