From 932945de319c7950a1e4f27fb55d378b261eb8b6 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 29 Feb 2024 03:58:24 -0500 Subject: [PATCH] Undo global coverage setting application (#637) Reverts #634 and #636 as we found our mistake. --- .github/codecov.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index eb851984f..3228d009c 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,8 +1,3 @@ -coverage: - status: - patch: - informational: true - ignore: - "crates/sdk-schemas" # Tool - "crates/uniffi-bindgen" # Tool