From 250291315e3525fd056fbc1075fad46d8a4c7751 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 18 Oct 2024 16:39:02 -0400 Subject: [PATCH] Disable Codecov annotations Don't mark up the diffs on PRs with warnings about untested lines; we're not aiming for 100% test coverage and they just get in the way of reviewing. --- codecov.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yaml b/codecov.yaml index 0f42ad4e..e1289344 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -1,6 +1,10 @@ # Don't post comments on PRs; they're noisy and the same information can be # gotten through the checks section at the bottom of the PR anyways comment: false +github_checks: + # Don't mark up the diffs on PRs with warnings about untested lines; we're not + # aiming for 100% test coverage and they just get in the way of reviewing + annotations: false coverage: status: project: