mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +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:
|
||||
default:
|
||||
target: auto
|
||||
threshold: null
|
||||
threshold: 0.03
|
||||
base: auto
|
||||
|
Reference in New Issue
Block a user