Created
June 25, 2024 19:03
-
-
Save devoncarew/eb5e4abfa8e52cbb1830936ae57990d4 to your computer and use it in GitHub Desktop.
foo.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## PR Health | |
:heavy_check_mark: **Breaking changes** | |
| Package | Change | Current Version | New Version | Needed Version | Looking good? | | |
| :--- | :--- | ---: | ---: | ---: | ---: | | |
|firehose|Non-Breaking|0.8.0|0.9.0|0.8.1|:heavy_check_mark:| | |
:heavy_check_mark: **Changelog Entry** | |
| Package | Changed Files | | |
| :--- | :--- | | |
Changes to files need to be [accounted for](https://github.com/dart-lang/ecosystem/wiki/Changelog) | |
in their respective changelogs. | |
:heavy_check_mark: **Coverage** | |
| File | Coverage | | |
| :--- | :--- | | |
|pkgs/firehose/lib/firehose.dart| :green_heart: 35 % | | |
|pkgs/firehose/lib/src/health/health.dart| :green_heart: 94 % | | |
This check for [test coverage](https://github.com/dart-lang/ecosystem/wiki/Test-Coverage) | |
is informational (issues shown here will not fail the PR). | |
:heavy_check_mark: **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 symbols | | |
| :--- | :--- | | |
:heavy_check_mark: **License Headers** | |
- no missing headers | |
All source files should start with a | |
[license header](https://github.com/dart-lang/ecosystem/wiki/License-Header). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment