mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
We update the syntax to avoid ambiguity, also commenting on why the threshold is set as it is.
13 lines
267 B
YAML
13 lines
267 B
YAML
comment: off
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
# Codecov has the tendency to report a lot of false negatives,
|
|
# so we basically suppress comments completely.
|
|
threshold: 50%
|
|
base: auto
|
|
patch: off
|