From df47843c3e78e01e41ccad225e9bc28a35cfab6a Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Mon, 6 Nov 2023 17:21:04 +0100 Subject: [PATCH] ci: do not fail PR if code coverage lowered We don't need such check in this SDK. Also, it can be false positive when moving from Java to Kotlin --- codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 77707aa1..f105d5a6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1 @@ -github_checks: - annotations: false +github_checks: false