From 1b3ddc6210e97fc17ba14d331c1715a26532ce67 Mon Sep 17 00:00:00 2001 From: Eli Hooten Date: Mon, 27 Nov 2023 11:00:27 -0600 Subject: [PATCH] Disable Codecov Check Run Annotations Disables check run annotations for codecov in the codecov.yml. This should prevent the ''X line not covered by tests'' annotations in PRs . --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 93a5b687e4..6e4467b675 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,3 +9,5 @@ coverage: ignore: - "tests" - "sentry_sdk/_types.py" +github_checks: + annotations: false \ No newline at end of file