From f1cbe09dfabfbc807b49a561d674c0db4dede914 Mon Sep 17 00:00:00 2001 From: Florian Maas Date: Sat, 10 Sep 2022 10:48:35 +0200 Subject: [PATCH] Added check to fail CI if codecov drops (#82) --- codecov.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index ea69ddd0..d3069786 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -5,4 +5,9 @@ coverage: ignore: - "deptry/cli.py" - "deptry/core.py" - - "deptry/utils.py" \ No newline at end of file + - "deptry/utils.py" + status: + project: + default: + target: auto + threshold: 0% \ No newline at end of file