From 680bb2d5e4ef3f3bfaa0b422c674f3aa6c4d8c23 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Tue, 15 Dec 2020 23:35:49 +0100 Subject: [PATCH] codecov: Disable pull request annotations Codecov would add code comments (annotations) to PR diffs whenever a line was not covered by tests. This isn't really useful to us right now and just produces noise. --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 762b156a..0a6287d7 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -16,3 +16,6 @@ ignore: comment: require_changes: true + +github_checks: + annotations: false