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?a=commitdiff_plain;h=7cda36e26a1c80378c84b8985da1477ef7896f64;hp=8b4ea56966878140b11aa3e17b44fcf1e01d6413;p=rust-lightning 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