mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
codecov: Change threshold to use percentage syntax.
We update the syntax to avoid ambiguity, also commenting on why the threshold is set as it is.
This commit is contained in:
@@ -5,6 +5,8 @@ coverage:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 0.50
|
||||
# Codecov has the tendency to report a lot of false negatives,
|
||||
# so we basically suppress comments completely.
|
||||
threshold: 50%
|
||||
base: auto
|
||||
patch: off
|
||||
|
Reference in New Issue
Block a user