From fd8ac6afd1f2479de31674006170268512da881c Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 23 Jan 2023 10:04:12 +0100 Subject: [PATCH 1/2] Removed code coverage target --- codecov.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 1811996ac4..a971beb2c1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,8 +4,6 @@ coverage: default: false patch: default: false - python: - target: 90% comment: false ignore: - "tests" From 6588c38968f216790ae8f989187a06c3584b72b3 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 23 Jan 2023 10:14:20 +0100 Subject: [PATCH 2/2] Set to 65% to test, but not fail --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index a971beb2c1..5d2dcbd0c7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,6 +4,8 @@ coverage: default: false patch: default: false + python: + target: 65% comment: false ignore: - "tests"