From e9b77a488403e90c89cf3cdffc4452eb84c3ed7e Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Tue, 27 Feb 2024 12:39:28 -0500 Subject: [PATCH] Provide global coverage configuration (#634) Codecov says it merges global and local configs, but looks like it doesn't. Provides global status configuration so this doesn't fail checks. --- .github/codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 3228d009c..e91eb4393 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,3 +1,9 @@ +coverage: + status: + project: + default: + informational: true + ignore: - "crates/sdk-schemas" # Tool - "crates/uniffi-bindgen" # Tool