Skip to content

Commit

Permalink
codecov: fix patch config
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Dec 31, 2020
1 parent 73ff88d commit f0dc4c7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
projects: *projects
target: auto
threshold: 1%
if_not_found: success
if_ci_failed: error
if_not_found: success
patch: *patch
only_pulls: true
target: auto
threshold: 10%
threshold: 5
if_ci_failed: error
if_not_found: error

codecov:
allow_coverage_offsets: true
Expand Down Expand Up @@ -59,8 +61,8 @@ coverage:
<<: *patch
changes:
default:
base: auto
if_ci_failed: success
if_not_found: success
if_ci_failed: error
only_pulls: false
branches:
- master
Expand Down

0 comments on commit f0dc4c7

Please sign in to comment.