diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index 1b5a239..47da850 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -9,6 +9,6 @@ jobs: health: uses: dart-lang/ecosystem/.github/workflows/health.yaml@main with: - ignore_coverage: "example/**,interop/**" + checks: "changelog,do-not-submit,breaking,leaking" permissions: pull-requests: write diff --git a/lib/src/client/query_parameter.dart b/lib/src/client/query_parameter.dart index 2bf3f21..857de71 100644 --- a/lib/src/client/query_parameter.dart +++ b/lib/src/client/query_parameter.dart @@ -1,4 +1,5 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright (c) 2018, the gRPC project authors. Please see the AUTHORS file +// for details. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/client/transport/cors.dart b/lib/src/client/transport/cors.dart index 07763e4..1b7e469 100644 --- a/lib/src/client/transport/cors.dart +++ b/lib/src/client/transport/cors.dart @@ -1,4 +1,5 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright (c) 2018, the gRPC project authors. Please see the AUTHORS file +// for details. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.