From b34db4f96504d8b255540d834b6dd6a4879a1837 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 10 Jul 2023 11:04:32 -0400 Subject: [PATCH] Allow empty coverage (#128) * Allow empty coverage in PR health * Add rev --- .github/workflows/health.yaml | 1 + pkgs/firehose/CHANGELOG.md | 3 +++ pkgs/firehose/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index e3593cc2..ae3f2be1 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -98,3 +98,4 @@ jobs: format: lcov base-path: current_repo/ compare-sha: ${{ github.event.pull_request.base.ref }} + allow-empty: true diff --git a/pkgs/firehose/CHANGELOG.md b/pkgs/firehose/CHANGELOG.md index a8e9d5bb..86cb924b 100644 --- a/pkgs/firehose/CHANGELOG.md +++ b/pkgs/firehose/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3.21 +- Allow empty coverage in PR health checks. + ## 0.3.20 - Cache file contents and parsed data in `ChangeLog` class. - Add code coverage to checks. diff --git a/pkgs/firehose/pubspec.yaml b/pkgs/firehose/pubspec.yaml index 7a6cbe6d..eec3291a 100644 --- a/pkgs/firehose/pubspec.yaml +++ b/pkgs/firehose/pubspec.yaml @@ -1,6 +1,6 @@ name: firehose description: A tool to automate publishing of Pub packages from GitHub actions. -version: 0.3.20 +version: 0.3.21 repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose environment: