Skip to content

Commit

Permalink
Change codecov.yml to reduce CI noise (#4233)
Browse files Browse the repository at this point in the history
* Add codecov.yml.

* Change correct config file.

* More experiments.
  • Loading branch information
twiecki authored Nov 20, 2020
1 parent e526d32 commit ad63b94
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
codecov:
require_ci_to_pass: yes
require_ci_to_pass: no

coverage:
precision: 2
round: down
range: "70...100"

status:
project: yes
patch: yes
changes: no
project:
default:
# basic
target: auto
threshold: 1%
base: auto
patch:
default:
# basic
target: 50%
threshold: 1%
base: auto

comment:
layout: "reach, diff, flags, files"
Expand Down

0 comments on commit ad63b94

Please sign in to comment.