Skip to content

Commit

Permalink
Adjust codecov.yml to avoid bogus failed messages
Browse files Browse the repository at this point in the history
Previously, it reported failure no change was tracked.
  • Loading branch information
MDoerner committed Jan 23, 2020
1 parent eb9c9e0 commit bd58d29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions codecov.yml
Expand Up @@ -16,17 +16,19 @@ coverage:
precision: 2
range: 40..80
status:
# don't block mindlessly on coverage failures
informational: true
# status information for PRs only
only_pulls: true
patch:
default:
# don't block mindlessly on coverage failures
informational: true
# strongly suggest more than 60% of changes be covered
target: 60
threshold: 10
project:
default:
# don't block mindlessly on coverage failures
informational: true
target: 0 # don't force a minimum coverage
# allow decrease by up to 5 %
threshold: 5
Expand Down

0 comments on commit bd58d29

Please sign in to comment.