Skip to content

Commit

Permalink
[infra] Skip coverage in health check
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Dec 14, 2023
1 parent 922b421 commit df0739e
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 df0739e

Please sign in to comment.