mirror of https://github.com/zulip/zulip.git
Increase code coverage threshold to 0.07.
We are getting lots of coverage failures in builds recently that seem to be red herrings, and this is just a quick fix.
This commit is contained in:
parent
898acc4278
commit
8bb230f3d5
|
@ -5,6 +5,6 @@ coverage:
|
|||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 0.03
|
||||
threshold: 0.07
|
||||
base: auto
|
||||
patch: off
|
||||
|
|
Loading…
Reference in New Issue