From 08278ce91b38cbe0da719e9441f1cdbe4fcdd7ea Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 10 Jun 2025 16:51:09 -0700 Subject: [PATCH] skip coverage check; update file headers --- .github/workflows/health.yaml | 2 +- lib/src/client/query_parameter.dart | 3 ++- lib/src/client/transport/cors.dart | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) 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.