From: Matt Corallo Date: Mon, 8 Mar 2021 17:50:07 +0000 (-0500) Subject: Add codecov.yml allowing coverage to drop slightly before "failing" X-Git-Tag: v0.0.13~3^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=7cda36e26a1c80378c84b8985da1477ef7896f64 Add codecov.yml allowing coverage to drop slightly before "failing" This should remove one big red X in our builds, making it harder to miss other failing tests. --- diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..88751cdb --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: auto + threshold: 2% + base: auto + informational: false