From 2467d71be4d3ff95fafb304cf272ada64e4fd5c8 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sun, 10 Jan 2021 12:24:13 +0100 Subject: [PATCH] ts: add codecov configuration file Fix CodeCov behavior to raise error if CI tests failed or if coverage result is decreasing. --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..62dd8f81 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + threshold: 0% + if_ci_failed: error