codecov: Adjust failure threshold.
The previous threshold was taken over from the zulip repo, which contains much more LOC. The new threshold reflects the size of the `python-zulip-api` repo.
This commit is contained in:
parent
59320f6b28
commit
54eac5e125
|
@ -5,6 +5,6 @@ coverage:
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.03
|
threshold: 0.85
|
||||||
base: auto
|
base: auto
|
||||||
patch: off
|
patch: off
|
||||||
|
|
Loading…
Reference in a new issue