From 1877fe07107d2117b27711e7294003364131dd6f Mon Sep 17 00:00:00 2001 From: Steven Woods Date: Fri, 23 Feb 2024 17:33:20 +0000 Subject: [PATCH] Adjust the codcov target for python unit tests Signed-off-by: Steven Woods --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index d49bbb420c..8380434a2a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -192,7 +192,7 @@ coverage: # tests: # Ensure that all tests are executed (tests themselves must be 100% covered) - target: 100% + target: 98% paths: ["**/test_*.py"]