We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf9f25 commit cecb4b4Copy full SHA for cecb4b4
.github/workflows/health.yaml
@@ -9,6 +9,6 @@ jobs:
9
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
10
with:
11
ignore_coverage: "**.mock.dart,**.g.dart"
12
- ignore_license: "**.mock.dart,**.g.dart,**.mocks.dart"
+ ignore_license: "**.mock.dart,**.g.dart,**.mocks.dart,pkgs/platform/*"
13
permissions:
14
pull-requests: write
0 commit comments