From 01f3e069faa3607b1360e7ff249b78676e3447bf Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Thu, 14 Dec 2023 16:42:05 +0100 Subject: [PATCH] [infra] Skip coverage in health check (#863) We already have coveralls check coverage for the various packages. The coverage check is blocking various PRs on this repo: - https://github.com/dart-lang/native/pull/861 - https://github.com/dart-lang/native/pull/858 --- .github/workflows/health.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index 2210301f8..0e0c19460 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -8,7 +8,7 @@ jobs: uses: dart-lang/ecosystem/.github/workflows/health.yaml@main with: coverage_web: false - checks: "version,changelog,license,coverage,do-not-submit,breaking" + checks: "version,changelog,license,do-not-submit,breaking" use-flutter: true permissions: pull-requests: write