Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save devoncarew/eb5e4abfa8e52cbb1830936ae57990d4 to your computer and use it in GitHub Desktop.
Save devoncarew/eb5e4abfa8e52cbb1830936ae57990d4 to your computer and use it in GitHub Desktop.
foo.md
## 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