Skip to content

Commit

Permalink
Disable codecove from preventing deploys due to coverage changes
Browse files Browse the repository at this point in the history
Codecov was reporting low path coverage and reduced project coverage
preventing heroku auto-deploys. The codecov configurations were
modified to allow for a 100% margin to avoid this from happening.
  • Loading branch information
ajaleelp committed Feb 23, 2018
1 parent b229bf2 commit 2f11de3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions codecov.yml
@@ -1,3 +1,12 @@
coverage:
status:
project:
default:
threshold: 100
patch:
default:
threshold: 100

parsers:
v1:
include_full_missed_files: true # default false

0 comments on commit 2f11de3

Please sign in to comment.