Skip to content

Commit

Permalink
Allow empty coverage (#128)
Browse files Browse the repository at this point in the history
* Allow empty coverage in PR health

* Add rev
  • Loading branch information
mosuem authored Jul 10, 2023
1 parent 5944328 commit b34db4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ jobs:
format: lcov
base-path: current_repo/
compare-sha: ${{ github.event.pull_request.base.ref }}
allow-empty: true
3 changes: 3 additions & 0 deletions pkgs/firehose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/firehose/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b34db4f

Please sign in to comment.