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:
Wyatt Hoodes
2019-07-19 12:43:37 -10:00
committed by Tim Abbott
parent c931e76cf2
commit f96f7580ca

View File

@@ -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