Skip to content

Bump the github-actions group across 1 directory with 9 updates - #373

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-f4e9e54c1c
Open

Bump the github-actions group across 1 directory with 9 updates#373
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-f4e9e54c1c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 9 updates in the / directory:

Package From To
actions/checkout 7.0.0 7.0.1
dart-lang/setup-dart 1.7.2 1.8.0
dart-lang/ecosystem/.github/workflows/groundskeeper.yml ed9c592c1d35106c0a8a52044426515017a60646 fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
dart-lang/ecosystem/.github/workflows/health.yaml ed9c592c1d35106c0a8a52044426515017a60646 fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
actions/stale 10.3.0 11.0.0
dart-lang/ecosystem/.github/workflows/post_summaries.yaml ed9c592c1d35106c0a8a52044426515017a60646 fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
dart-lang/ecosystem/.github/workflows/publish.yaml ed9c592c1d35106c0a8a52044426515017a60646 fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
actions/labeler 6.2.0 7.0.0
peter-evans/create-pull-request 653ba8b281fa5e1ee78ec20dda96cf9a79102c04 b99c9ae23bcf83f0f5aa571c2f0093de8aa85036

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates dart-lang/setup-dart from 1.7.2 to 1.8.0

Release notes

Sourced from dart-lang/setup-dart's releases.

v1.8.0

  • Add a problem matcher for dart analyze to automatically create inline annotations on GitHub pull requests.
  • Update publish.yml reusable workflow to reference setup-dart@v1.7.2 (running on Node 24) (#188[]).
  • Update GitHub Action dependencies (actions/checkout v7).
  • Bump undici to 6.27.0 and update npm dependencies.

#188: dart-lang/setup-dart#188

Changelog

Sourced from dart-lang/setup-dart's changelog.

v1.8.1

  • Update workflows to pin actions/checkout to a commit SHA.
  • Harden workflow permissions to contents: read.
  • Update publish.yml reusable workflow to reference setup-dart@v1.8.0 and latest setup-flutter.
  • Bump undici to 6.28.0 and @vercel/ncc to 0.44.1.

v1.8.0

  • Add a problem matcher for dart analyze to automatically create inline annotations on GitHub pull requests.
  • Update publish.yml reusable workflow to reference setup-dart@v1.7.2 (running on Node 24) (#188[]).
  • Update GitHub Action dependencies (actions/checkout v7).
  • Bump undici to 6.27.0 and update npm dependencies.

#188: dart-lang/setup-dart#188

v1.7.2

  • Update Node.js requirement to Node 24.
  • Fix open Dependabot alerts by bumping undici to >=6.24.0.
  • Update GitHub Action dependencies (@actions/core, @actions/exec, @actions/tool-cache, @actions/http-client).
  • Update workflow actions to their latest versions (actions/checkout v6, setup-flutter).

v1.7.1

  • Roll undici dependency to address CVE-2025-22150.
  • Update to the latest npm dependencies.
  • Recompile the action using the new Dart / JavaScript interop.

v1.7.0

v1.6.5

  • Fix zip path handling on Windows 11 (#118[])

#118: dart-lang/setup-dart#118

v1.6.4

  • Rebuild JS code.

v1.6.3

... (truncated)

Commits
  • 7654d45 chore: prepare v1.8.0 release (#188) (#189)
  • 43c102f Bump actions/checkout from 6 to 7 in the github-actions group (#184)
  • 10b57ef Bump the npm-dependencies group across 1 directory with 2 updates (#179)
  • a73965b Bump undici from 6.24.1 to 6.27.0 (#182)
  • 2bd1170 Fix failure of new matcher (#180)
  • 23b5a66 feat: add problem matcher for dart analyze and integration tests (#178)
  • cb71272 Bump the github-actions group with 2 updates (#177)
  • See full diff in compare view

Updates dart-lang/ecosystem/.github/workflows/groundskeeper.yml from ed9c592c1d35106c0a8a52044426515017a60646 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57

Commits
  • fc3dd9a fix(firehose): update existing publishing PR comments when no packages are re...
  • e0a78b4 fix(firehose): bump dependency_validator pinned hash to 5.0.6 (#450)
  • 60fca9f Condense firehose package publishing table in PR validation (#445)
  • b79f68c chore(health): remove 3rd-party coveralls action dependency (#446)
  • cda8bd5 Grant required permissions in want_lgtm_internal and canary_internal workflow...
  • See full diff in compare view

Updates dart-lang/ecosystem/.github/workflows/health.yaml from ed9c592c1d35106c0a8a52044426515017a60646 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57

Commits
  • fc3dd9a fix(firehose): update existing publishing PR comments when no packages are re...
  • e0a78b4 fix(firehose): bump dependency_validator pinned hash to 5.0.6 (#450)
  • 60fca9f Condense firehose package publishing table in PR validation (#445)
  • b79f68c chore(health): remove 3rd-party coveralls action dependency (#446)
  • cda8bd5 Grant required permissions in want_lgtm_internal and canary_internal workflow...
  • See full diff in compare view

Updates actions/stale from 10.3.0 to 11.0.0

Release notes

Sourced from actions/stale's releases.

v11.0.0

What's Changed

Enhancement

Dependency Update

Full Changelog: actions/stale@v10...v11.0.0

v10.4.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10.3.0...v10.4.0

Commits
  • 4391f3d Fix 24 high severity vulnerabilities by overriding brace-expansion to 5.0.8 (...
  • eaf9131 refactor: update imports to use ES module syntax and improve test structure (...
  • 1e223db Bump undici to 6.27.0 via override, clean up stale license files, and version...
  • 9461cb1 fix: only-issue-types does not affect PRs (#1338)
  • See full diff in compare view

Updates dart-lang/ecosystem/.github/workflows/post_summaries.yaml from ed9c592c1d35106c0a8a52044426515017a60646 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57

Commits
  • fc3dd9a fix(firehose): update existing publishing PR comments when no packages are re...
  • e0a78b4 fix(firehose): bump dependency_validator pinned hash to 5.0.6 (#450)
  • 60fca9f Condense firehose package publishing table in PR validation (#445)
  • b79f68c chore(health): remove 3rd-party coveralls action dependency (#446)
  • cda8bd5 Grant required permissions in want_lgtm_internal and canary_internal workflow...
  • See full diff in compare view

Updates dart-lang/ecosystem/.github/workflows/publish.yaml from ed9c592c1d35106c0a8a52044426515017a60646 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57

Commits
  • fc3dd9a fix(firehose): update existing publishing PR comments when no packages are re...
  • e0a78b4 fix(firehose): bump dependency_validator pinned hash to 5.0.6 (#450)
  • 60fca9f Condense firehose package publishing table in PR validation (#445)
  • b79f68c chore(health): remove 3rd-party coveralls action dependency (#446)
  • cda8bd5 Grant required permissions in want_lgtm_internal and canary_internal workflow...
  • See full diff in compare view

Updates actions/labeler from 6.2.0 to 7.0.0

Release notes

Sourced from actions/labeler's releases.

v7.0.0

What's Changed

Enhancements:

Full Changelog: actions/labeler@v6...v7.0.0

Commits

Updates peter-evans/create-pull-request from 653ba8b281fa5e1ee78ec20dda96cf9a79102c04 to b99c9ae23bcf83f0f5aa571c2f0093de8aa85036

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) | `1.7.2` | `1.8.0` |
| [dart-lang/ecosystem/.github/workflows/groundskeeper.yml](https://github.com/dart-lang/ecosystem) | `ed9c592c1d35106c0a8a52044426515017a60646` | `fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57` |
| [dart-lang/ecosystem/.github/workflows/health.yaml](https://github.com/dart-lang/ecosystem) | `ed9c592c1d35106c0a8a52044426515017a60646` | `fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57` |
| [actions/stale](https://github.com/actions/stale) | `10.3.0` | `11.0.0` |
| [dart-lang/ecosystem/.github/workflows/post_summaries.yaml](https://github.com/dart-lang/ecosystem) | `ed9c592c1d35106c0a8a52044426515017a60646` | `fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57` |
| [dart-lang/ecosystem/.github/workflows/publish.yaml](https://github.com/dart-lang/ecosystem) | `ed9c592c1d35106c0a8a52044426515017a60646` | `fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57` |
| [actions/labeler](https://github.com/actions/labeler) | `6.2.0` | `7.0.0` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `653ba8b281fa5e1ee78ec20dda96cf9a79102c04` | `b99c9ae23bcf83f0f5aa571c2f0093de8aa85036` |



Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `dart-lang/setup-dart` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@65eb853...7654d45)

Updates `dart-lang/ecosystem/.github/workflows/groundskeeper.yml` from ed9c592c1d35106c0a8a52044426515017a60646 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
- [Release notes](https://github.com/dart-lang/ecosystem/releases)
- [Commits](dart-lang/ecosystem@ed9c592...fc3dd9a)

Updates `dart-lang/ecosystem/.github/workflows/health.yaml` from ed9c592c1d35106c0a8a52044426515017a60646 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
- [Release notes](https://github.com/dart-lang/ecosystem/releases)
- [Commits](dart-lang/ecosystem@ed9c592...fc3dd9a)

Updates `actions/stale` from 10.3.0 to 11.0.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@eb5cf3a...4391f3d)

Updates `dart-lang/ecosystem/.github/workflows/post_summaries.yaml` from ed9c592c1d35106c0a8a52044426515017a60646 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
- [Release notes](https://github.com/dart-lang/ecosystem/releases)
- [Commits](dart-lang/ecosystem@ed9c592...fc3dd9a)

Updates `dart-lang/ecosystem/.github/workflows/publish.yaml` from ed9c592c1d35106c0a8a52044426515017a60646 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
- [Release notes](https://github.com/dart-lang/ecosystem/releases)
- [Commits](dart-lang/ecosystem@ed9c592...fc3dd9a)

Updates `actions/labeler` from 6.2.0 to 7.0.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@b8dd2d9...bf12e9b)

Updates `peter-evans/create-pull-request` from 653ba8b281fa5e1ee78ec20dda96cf9a79102c04 to b99c9ae23bcf83f0f5aa571c2f0093de8aa85036
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@653ba8b...b99c9ae)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: dart-lang/setup-dart
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: dart-lang/ecosystem/.github/workflows/groundskeeper.yml
  dependency-version: fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: dart-lang/ecosystem/.github/workflows/health.yaml
  dependency-version: fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: dart-lang/ecosystem/.github/workflows/post_summaries.yaml
  dependency-version: fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: dart-lang/ecosystem/.github/workflows/publish.yaml
  dependency-version: fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/labeler
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-version: b99c9ae23bcf83f0f5aa571c2f0093de8aa85036
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the autosubmit label Sep 1, 2026
@github-actions github-actions Bot added the type-infra A repository infrastructure change or enhancement label Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

PR Health

Unused Dependencies ✔️
Package Status
appengine ✔️ All dependencies utilized correctly.
gcloud ✔️ All dependencies utilized correctly.
native_synchronization ✔️ All dependencies utilized correctly.
timezone ✔️ All dependencies utilized correctly.

For details on how to fix these, see dependency_validator.

This check can be disabled by tagging the PR with skip-unused-dependencies-check.

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
native_synchronization None 0.3.1 0.3.1 0.3.1 ✔️
gcloud None 0.9.0 0.9.0 0.9.0 ✔️
timezone None 0.11.1 0.11.1-wip 0.11.1-wip ✔️
appengine None 0.13.13 0.13.13 0.13.13 ✔️

This check can be disabled by tagging the PR with skip-breaking-check.

API leaks ⚠️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources
native_synchronization _MailboxRepr native_synchronization/mailbox.dart::Mailbox::finalizer

This check can be disabled by tagging the PR with skip-leaking-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

License Headers ⚠️
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
pkgs/timezone/example/example.dart
pkgs/timezone/test/datetime_browser_test.dart
pkgs/timezone/test/datetime_test.dart
pkgs/timezone/test/datetime_test_no_database.dart
pkgs/timezone/test/env_test.dart
pkgs/timezone/test/two_way_test.dart
pkgs/timezone/test/tzdb_test.dart
pkgs/timezone/test/zicfile_test.dart
pkgs/timezone/test/zone_tab_test.dart
pkgs/timezone/tool/encode_dart.dart
pkgs/timezone/tool/encode_tzf.dart
pkgs/timezone/tool/get.dart
pkgs/timezone/tool/test_random.dart
pkgs/timezone/tool/zone_dump.dart

All source files should start with a license header.

This check can be disabled by tagging the PR with skip-license-check.

Coverage ⚠️
File Coverage
pkgs/appengine/example/bin/server.dart 💔 Not covered
pkgs/appengine/lib/appengine.dart 💚 13 %
pkgs/appengine/lib/src/api_impl/stderr_logging_impl.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/appengine_context.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/appengine_internal.dart 💚 1 %
pkgs/appengine/lib/src/client_context.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/errors.dart 💚 13 %
pkgs/appengine/lib/src/grpc_api/dart/google/api/annotations.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/annotations.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/annotations.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/apikeys/v2/apikeys.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/apikeys/v2/apikeys.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/apikeys/v2/apikeys.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/apikeys/v2/apikeys.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/apikeys/v2/resources.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/apikeys/v2/resources.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/apikeys/v2/resources.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/auth.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/auth.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/auth.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/backend.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/backend.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/backend.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/billing.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/billing.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/billing.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/client.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/client.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/client.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/cloudquotas/v1/cloudquotas.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/cloudquotas/v1/cloudquotas.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/cloudquotas/v1/cloudquotas.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/cloudquotas/v1/cloudquotas.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/cloudquotas/v1/resources.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/cloudquotas/v1/resources.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/cloudquotas/v1/resources.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/config_change.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/config_change.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/config_change.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/consumer.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/consumer.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/consumer.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/context.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/context.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/context.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/control.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/control.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/control.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/distribution.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/api/distribution.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/distribution.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/documentation.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/documentation.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/documentation.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/endpoint.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/endpoint.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/endpoint.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/error_reason.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/error_reason.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/error_reason.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/conformance/v1alpha1/conformance_service.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/conformance/v1alpha1/conformance_service.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/conformance/v1alpha1/conformance_service.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/conformance/v1alpha1/conformance_service.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/checked.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/checked.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/checked.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/eval.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/eval.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/eval.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/explain.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/explain.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/explain.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/syntax.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/syntax.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/syntax.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/value.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/value.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1alpha1/value.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/decl.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/decl.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/decl.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/eval.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/eval.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/eval.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/expr.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/expr.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/expr.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/source.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/source.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/source.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/value.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/value.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/expr/v1beta1/value.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/field_behavior.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/field_behavior.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/field_behavior.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/field_info.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/field_info.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/field_info.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/http.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/http.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/http.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/httpbody.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/httpbody.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/httpbody.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/label.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/api/label.pbenum.dart 💚 25 %
pkgs/appengine/lib/src/grpc_api/dart/google/api/label.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/launch_stage.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/launch_stage.pbenum.dart 💚 25 %
pkgs/appengine/lib/src/grpc_api/dart/google/api/launch_stage.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/log.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/log.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/log.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/logging.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/logging.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/logging.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/metric.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/api/metric.pbenum.dart 💚 27 %
pkgs/appengine/lib/src/grpc_api/dart/google/api/metric.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/monitored_resource.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/api/monitored_resource.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/monitored_resource.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/monitoring.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/monitoring.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/monitoring.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/policy.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/policy.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/policy.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/quota.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/quota.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/quota.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/resource.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/resource.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/resource.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/routing.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/routing.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/routing.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/service.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/service.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/service.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/check_error.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/check_error.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/check_error.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/distribution.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/distribution.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/distribution.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/http_request.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/http_request.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/http_request.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/log_entry.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/log_entry.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/log_entry.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/metric_value.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/metric_value.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/metric_value.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/operation.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/operation.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/operation.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/quota_controller.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/quota_controller.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/quota_controller.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/quota_controller.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/service_controller.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/service_controller.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/service_controller.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v1/service_controller.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v2/service_controller.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v2/service_controller.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v2/service_controller.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicecontrol/v2/service_controller.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicemanagement/v1/resources.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicemanagement/v1/resources.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicemanagement/v1/resources.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicemanagement/v1/servicemanager.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicemanagement/v1/servicemanager.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicemanagement/v1/servicemanager.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/servicemanagement/v1/servicemanager.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1/resources.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1/resources.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1/resources.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1/serviceusage.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1/serviceusage.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1/serviceusage.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1/serviceusage.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1beta1/resources.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1beta1/resources.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1beta1/resources.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1beta1/serviceusage.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1beta1/serviceusage.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1beta1/serviceusage.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/serviceusage/v1beta1/serviceusage.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/source_info.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/source_info.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/source_info.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/system_parameter.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/system_parameter.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/system_parameter.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/usage.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/usage.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/usage.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/visibility.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/visibility.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/api/visibility.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/legacy/audit_data.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/legacy/audit_data.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/legacy/audit_data.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/logging/v1/request_log.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/logging/v1/request_log.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/logging/v1/request_log.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/app_yaml.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/app_yaml.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/app_yaml.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/appengine.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/appengine.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/appengine.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/appengine.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/application.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/application.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/application.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/audit_data.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/audit_data.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/audit_data.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/certificate.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/certificate.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/certificate.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/deploy.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/deploy.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/deploy.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/deployed_files.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/deployed_files.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/deployed_files.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/domain.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/domain.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/domain.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/domain_mapping.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/domain_mapping.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/domain_mapping.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/firewall.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/firewall.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/firewall.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/instance.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/instance.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/instance.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/location.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/location.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/location.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/network_settings.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/network_settings.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/network_settings.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/operation.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/operation.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/operation.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/service.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/service.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/service.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/version.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/version.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1/version.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/app_yaml.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/app_yaml.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/app_yaml.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/appengine.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/appengine.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/appengine.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/appengine.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/application.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/application.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/application.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/audit_data.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/audit_data.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/audit_data.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/certificate.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/certificate.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/certificate.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/deploy.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/deploy.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/deploy.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/domain.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/domain.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/domain.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/domain_mapping.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/domain_mapping.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/domain_mapping.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/firewall.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/firewall.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/firewall.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/instance.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/instance.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/instance.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/location.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/location.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/location.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/network_settings.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/network_settings.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/network_settings.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/operation.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/operation.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/operation.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/service.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/service.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/service.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/version.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/version.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/appengine/v1beta/version.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/datastore_admin.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/datastore_admin.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/datastore_admin.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/datastore_admin.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/index.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/index.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/index.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/migration.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/migration.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1/migration.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1beta1/datastore_admin.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1beta1/datastore_admin.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1beta1/datastore_admin.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/admin/v1beta1/datastore_admin.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/aggregation_result.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/aggregation_result.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/aggregation_result.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/datastore.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/datastore.pbenum.dart 💚 30 %
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/datastore.pbgrpc.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/datastore.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/entity.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/entity.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/entity.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/query.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/query.pbenum.dart 💚 27 %
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/query.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/query_profile.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/query_profile.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1/query_profile.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/datastore.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/datastore.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/datastore.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/datastore.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/entity.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/entity.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/entity.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/query.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/query.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/datastore/v1beta3/query.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/admin/v1/audit_data.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/admin/v1/audit_data.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/admin/v1/audit_data.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/admin/v1/iam.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/admin/v1/iam.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/admin/v1/iam.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/admin/v1/iam.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/credentials/v1/common.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/credentials/v1/common.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/credentials/v1/common.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/credentials/v1/iamcredentials.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/credentials/v1/iamcredentials.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/credentials/v1/iamcredentials.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/credentials/v1/iamcredentials.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/iam_policy.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/iam_policy.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/iam_policy.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/iam_policy.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/logging/audit_data.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/logging/audit_data.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/logging/audit_data.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/options.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/options.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/options.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/policy.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/policy.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1/policy.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1beta/workload_identity_pool.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1beta/workload_identity_pool.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1beta/workload_identity_pool.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v1beta/workload_identity_pool.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2/deny.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2/deny.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2/deny.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2/policy.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2/policy.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2/policy.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2/policy.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2beta/deny.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2beta/deny.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2beta/deny.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2beta/policy.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2beta/policy.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2beta/policy.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/iam/v2beta/policy.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/type/http_request.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/type/http_request.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/type/http_request.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/type/log_severity.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/type/log_severity.pbenum.dart 💚 25 %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/type/log_severity.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/log_entry.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/log_entry.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/log_entry.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging.pbenum.dart 💚 33 %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging.pbgrpc.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging_config.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging_config.pbenum.dart 💚 25 %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging_config.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging_config.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging_metrics.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging_metrics.pbenum.dart 💚 25 %
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging_metrics.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/logging/v2/logging_metrics.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/longrunning/operations.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/longrunning/operations.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/longrunning/operations.pbgrpc.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/longrunning/operations.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/any.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/any.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/any.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/any_test.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/any_test.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/any_test.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/api.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/api.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/api.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/cpp_features.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/cpp_features.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/cpp_features.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/descriptor.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/descriptor.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/descriptor.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/duration.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/duration.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/duration.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/empty.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/empty.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/empty.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/field_mask.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/field_mask.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/field_mask.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/source_context.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/source_context.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/source_context.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/struct.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/struct.pbenum.dart 💚 25 %
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/struct.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/test_messages_proto2.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/test_messages_proto2.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/test_messages_proto2.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/test_messages_proto3.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/test_messages_proto3.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/test_messages_proto3.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/timestamp.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/timestamp.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/timestamp.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/type.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/type.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/type.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/wrappers.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/wrappers.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/protobuf/wrappers.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/code.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/code.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/code.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/context/attribute_context.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/context/attribute_context.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/context/attribute_context.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/context/audit_context.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/context/audit_context.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/context/audit_context.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/error_details.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/error_details.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/error_details.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/http.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/http.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/http.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/status.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/status.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/rpc/status.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/calendar_period.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/calendar_period.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/calendar_period.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/color.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/color.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/color.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/date.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/date.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/date.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/datetime.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/datetime.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/datetime.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/dayofweek.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/dayofweek.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/dayofweek.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/decimal.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/decimal.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/decimal.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/expr.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/expr.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/expr.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/fraction.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/fraction.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/fraction.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/interval.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/interval.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/interval.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/latlng.pb.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api/dart/google/type/latlng.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/latlng.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/localized_text.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/localized_text.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/localized_text.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/money.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/money.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/money.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/month.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/month.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/month.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/phone_number.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/phone_number.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/phone_number.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/postal_address.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/postal_address.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/postal_address.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/quaternion.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/quaternion.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/quaternion.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/timeofday.pb.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/timeofday.pbenum.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/dart/google/type/timeofday.pbjson.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/datastore_api.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api/logging_api.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api_impl/auth_utils.dart 💔 Not covered
pkgs/appengine/lib/src/grpc_api_impl/datastore_impl.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/grpc_api_impl/logging_impl.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/logging.dart 💚 67 %
pkgs/appengine/lib/src/logging_impl.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/server/context_registry.dart 💔 0 % ⬇️ NaN %
pkgs/appengine/lib/src/server/logging_package_adaptor.dart 💚 100 %
pkgs/appengine/lib/src/server/server.dart 💔 0 % ⬇️ NaN %
pkgs/gcloud/example/main.dart 💔 Not covered
pkgs/gcloud/lib/common.dart 💚 100 %
pkgs/gcloud/lib/datastore.dart 💚 19 %
pkgs/gcloud/lib/db.dart 💔 0 % ⬇️ NaN %
pkgs/gcloud/lib/db/metamodel.dart 💔 0 % ⬇️ NaN %
pkgs/gcloud/lib/http.dart 💔 Not covered
pkgs/gcloud/lib/pubsub.dart 💚 43 %
pkgs/gcloud/lib/service_scope.dart 💚 100 %
pkgs/gcloud/lib/src/common_utils.dart 💚 100 %
pkgs/gcloud/lib/src/datastore_impl.dart 💚 1 %
pkgs/gcloud/lib/src/db/annotations.dart 💚 94 %
pkgs/gcloud/lib/src/db/db.dart 💚 3 %
pkgs/gcloud/lib/src/db/exceptions.dart 💔 0 % ⬇️ NaN %
pkgs/gcloud/lib/src/db/model_db.dart 💔 Not covered
pkgs/gcloud/lib/src/db/model_db_impl.dart 💚 42 %
pkgs/gcloud/lib/src/db/models.dart 💚 55 %
pkgs/gcloud/lib/src/pubsub_impl.dart 💚 76 %
pkgs/gcloud/lib/src/retry_datastore_impl.dart 💔 0 % ⬇️ NaN %
pkgs/gcloud/lib/src/storage_impl.dart 💚 73 %
pkgs/gcloud/lib/storage.dart 💚 60 %
pkgs/native_synchronization/lib/mailbox.dart 💚 86 %
pkgs/native_synchronization/lib/posix.dart 💚 71 %
pkgs/native_synchronization/lib/primitives.dart 💚 94 %
pkgs/native_synchronization/lib/sendable.dart 💚 100 %
pkgs/native_synchronization/lib/src/bindings/pthread.dart 💔 Not covered
pkgs/native_synchronization/lib/src/bindings/winapi.dart 💔 Not covered
pkgs/native_synchronization/lib/windows.dart 💔 0 % ⬇️ NaN %
pkgs/timezone/example/example.dart 💔 Not covered
pkgs/timezone/lib/browser.dart 💔 Not covered
pkgs/timezone/lib/data/latest.dart 💚 67 %
pkgs/timezone/lib/data/latest_10y.dart 💔 Not covered
pkgs/timezone/lib/data/latest_all.dart 💔 Not covered
pkgs/timezone/lib/src/common_locations.dart 💔 Not covered
pkgs/timezone/lib/src/date_time.dart 💚 73 %
pkgs/timezone/lib/src/env.dart 💚 93 %
pkgs/timezone/lib/src/exceptions.dart 💚 17 %
pkgs/timezone/lib/src/location.dart 💚 29 %
pkgs/timezone/lib/src/location_database.dart 💚 77 %
pkgs/timezone/lib/src/tools.dart 💔 Not covered
pkgs/timezone/lib/src/tzdata/zicfile.dart 💚 60 %
pkgs/timezone/lib/src/tzdata/zone_tab.dart 💚 100 %
pkgs/timezone/lib/src/tzdb.dart 💚 51 %
pkgs/timezone/lib/standalone.dart 💚 46 %
pkgs/timezone/lib/timezone.dart 💔 Not covered
pkgs/timezone/lib/tzdata.dart 💔 Not covered
pkgs/timezone/tool/encode_dart.dart 💔 Not covered
pkgs/timezone/tool/encode_tzf.dart 💔 Not covered
pkgs/timezone/tool/get.dart 💔 Not covered
pkgs/timezone/tool/test_random.dart 💔 Not covered
pkgs/timezone/tool/zone_dump.dart 💔 Not covered

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

@auto-submit auto-submit Bot removed the autosubmit label Sep 1, 2026
@auto-submit

auto-submit Bot commented Sep 1, 2026

Copy link
Copy Markdown

autosubmit label was removed for dart-lang/labs/373, because - The status or check suite ios-vm-test has failed. Please fix the issues identified (or deflake) before re-applying this label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-infra A repository infrastructure change or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant