From 0e1662767741e72f860696d3a9086fe858467b6d Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Tue, 25 Oct 2022 11:19:57 +0200 Subject: [PATCH] Turn off Codecov annotations Those annotations create enormous clutter in diff views on GitHub, making PR reviews complicated. Since we are currently not headed toward 100% coverage, they provide little benefit. --- .github/.codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.codecov.yml b/.github/.codecov.yml index 89962e53..c9a9e037 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -37,4 +37,4 @@ comment: require_base: no github_checks: - annotations: true + annotations: false