Skip to content

Commit

Permalink
[infra] Skip coverage in health check (#863)
Browse files Browse the repository at this point in the history
We already have coveralls check coverage for the various packages.

The coverage check is blocking various PRs on this repo:

- #861
- #858
  • Loading branch information
dcharkes committed Dec 14, 2023
1 parent 922b421 commit 01f3e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01f3e06

Please sign in to comment.