From 9c73834407677b774b104a25428a8320f44649ea Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 25 Jun 2023 13:33:20 +1000 Subject: [PATCH 1/2] Removed deleted file --- codecov.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index b794632faae..fe8c126edf8 100644 --- a/codecov.yml +++ b/codecov.yml @@ -16,7 +16,6 @@ coverage: # Matches 'omit:' in .coveragerc ignore: - - "Tests/32bit_segfault_check.py" - "Tests/bench_cffi_access.py" - "Tests/check_*.py" - "Tests/createfontdatachunk.py" From d12783374b3bdd40a156cc0e63b10aa17b5c1ab6 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 25 Jun 2023 21:39:26 +1000 Subject: [PATCH 2/2] Increased coverage threshold --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index fe8c126edf8..40419979fb4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,7 +12,7 @@ coverage: status: project: default: - threshold: 0.01% + threshold: 0.1% # Matches 'omit:' in .coveragerc ignore: