Skip to content

Commit

Permalink
Simplify codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jul 3, 2020
1 parent 84b872a commit b91a31d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ coverage:
# Disable once code base is more mature.
informational: true
only_pulls: true
target: 60%
threshold: 10%
if_not_found: success
if_ci_failed: error
target: auto
threshold: 1%

php:
paths:
Expand Down Expand Up @@ -60,10 +58,8 @@ coverage:
# Disable once code base is more mature.
informational: true
only_pulls: true
target: 80%
threshold: 10%
if_not_found: success
if_ci_failed: error
target: auto
threshold: 50%

# Pull request comments
# See https://docs.codecov.io/docs/pull-request-comments
Expand Down

0 comments on commit b91a31d

Please sign in to comment.