Set codecov pass threshold to 5% (#124)

This commit is contained in:
Eliza Weisman
2017-09-28 12:55:29 -05:00
committed by Carl Lerche
parent c1fbabf686
commit 307ad46ead

View File

@@ -3,6 +3,10 @@ codecov:
require_ci_to_pass: true
coverage:
status:
project:
default:
threshold: 5%
ignore:
- fixtures/.*
- examples/.*
@@ -13,7 +17,7 @@ coverage:
slack:
default:
url: "https://hooks.slack.com/services/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"
threshold: 1%
threshold: 5%
only_pulls: false
branches: null
flags: null