Skip to content

Commit

Permalink
misc: allow for some coverage fall on commit
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Mar 23, 2018
1 parent 5db3846 commit a947c95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ codecov:
notify:
require_ci_to_pass: no
after_n_builds: 2

coverage:
range: "50...100"

status:
project:
default:
threshold: 0.2%

patch:
default:
threshold: 2%

comment: off

0 comments on commit a947c95

Please sign in to comment.