From cf80c7a5c4dda4f12bed8171fad3649fdcd660f5 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Thu, 28 Jan 2021 14:30:48 +0100 Subject: [PATCH] chore: Disable codecov action checks As the coverage impl is not stable, the checks are pretty useless --- codecov.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yaml b/codecov.yaml index 77707aa..3131c09 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -1,2 +1,6 @@ github_checks: annotations: false +coverage: + status: + project: off + patch: off