mirror of https://github.com/zulip/zulip.git
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:
parent
c931e76cf2
commit
f96f7580ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue