From 922365f3186d809a9b0240d8202add7ba2841179 Mon Sep 17 00:00:00 2001 From: Tessil Date: Sat, 11 Apr 2020 15:23:15 +0100 Subject: [PATCH] Disable code coverage status of codecov. --- .codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index db24720..92a0a4a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1 +1,5 @@ comment: off +coverage: + status: + project: off + patch: off