From d27808f11e3c5ddb08d15a4f2e0c1e812be17b5e Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 23 Jan 2023 10:44:52 +0100 Subject: [PATCH] Removed code coverage target (#1862) * Set target to 65% to test, but not fail --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 1811996ac4..5d2dcbd0c7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,7 +5,7 @@ coverage: patch: default: false python: - target: 90% + target: 65% comment: false ignore: - "tests"