Skip to content

Commit

Permalink
codecov: add codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Nov 7, 2020
1 parent 8ef0007 commit 7a87a37
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
coverage:
precision: 1
round: down
range: "70...100"

status:
project:
default:
target: auto
threshold: 10%
if_not_found: success
if_ci_failed: error
patch:
default:
only_pulls: true
target: 50%
threshold: 10%
changes: true

comment:
behavior: default
require_changes: true

0 comments on commit 7a87a37

Please sign in to comment.