mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Set threshold to 0.03% for code coverage.
We want a little bit of wiggle room for code coverage. Some legitimate commits that remove code from the system appear to reduce overall code coverage.
This commit is contained in:
@@ -5,5 +5,5 @@ coverage:
|
|||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: null
|
threshold: 0.03
|
||||||
base: auto
|
base: auto
|
||||||
|
Reference in New Issue
Block a user