From 0d5dcde3af40f6470d801bc9e2b06f4210793b62 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Mon, 11 Dec 2023 05:57:16 -0500 Subject: [PATCH] Disable line-by-line codecov comments --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 734831e7d4e..6941ed6e8d6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -31,3 +31,7 @@ comment: branches: null behavior: default after_n_builds: 8 # Wait until all 8 of the test suite jacoco test builds have been uploaded before writing a comment to the pr (no more incomplete coverage report emails) + +# Disable line-by-line codecov comments in the github diff page +github_checks: + annotations: false