From 3f05bdb65abb992e1545e085944d75082d7519da Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 10 Dec 2024 12:45:10 -0800 Subject: [PATCH] ci: drop codecov "tests" coverage Problem: The "tests" codecov target always reports 0%, probably because the test code is ignored. Solution: The "tests" target is not useful without more configuration, so drop it for now. --- codecov.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index 6da7d75aec2..1e348859f11 100644 --- a/codecov.yml +++ b/codecov.yml @@ -81,11 +81,6 @@ coverage: target: 80 threshold: 5 only_pulls: true - tests: - # Most code in test/ should always be "covered"! - target: 95 - paths: - - '**/test/**' patch: default: # Note: `default` measures the entire project.