Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 4, 2020
1 parent fcfe314 commit 4c9ca4d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ codecov:
require_ci_to_pass: yes
wait_for_ci: yes

comment: no # do not comment PR with the result

coverage:
precision: 2
precision: 3
round: down
range: "80...100"

comment: false
range: 80..90
status:
project:
enabled: yes
target: auto
threshold: 3%
# do not run coverage on patch nor changes
patch: no
changes: no

ignore:
- "src/virtualenv/create/via_global_ref/builtin/python2/site.py"
Expand Down

0 comments on commit 4c9ca4d

Please sign in to comment.