Skip to content

Commit 01f3e06

Browse files
authored
[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: - #861 - #858
1 parent 922b421 commit 01f3e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
99
with:
1010
coverage_web: false
11-
checks: "version,changelog,license,coverage,do-not-submit,breaking"
11+
checks: "version,changelog,license,do-not-submit,breaking"
1212
use-flutter: true
1313
permissions:
1414
pull-requests: write

0 commit comments

Comments
 (0)