|
2 | 2 | [![Dart Frog Logo][logo_black]][dart_frog_link_light] |
3 | 3 |
|
4 | 4 | [![ci][ci_badge]][ci_link] |
| 5 | +[![coverage][coverage_badge]][ci_link] |
| 6 | +[![pub package][pub_badge]][pub_link] |
5 | 7 | [![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] |
6 | 8 | [![License: MIT][license_badge]][license_link] |
7 | 9 | [](https://github.com/felangel/mason) |
@@ -36,13 +38,16 @@ Run "dart_frog help <command>" for more information about a command. |
36 | 38 |
|
37 | 39 | [ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_cli.yaml/badge.svg |
38 | 40 | [ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_cli.yaml |
| 41 | +[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog_cli/coverage_badge.svg |
39 | 42 | [dart_frog_link]: https://github.com/verygoodopensource/dart_frog |
40 | 43 | [dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only |
41 | 44 | [dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only |
42 | 45 | [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg |
43 | 46 | [license_link]: https://opensource.org/licenses/MIT |
44 | 47 | [logo_black]: ../../assets/dart_frog_logo_black.png#gh-light-mode-only |
45 | 48 | [logo_white]: ../../assets/dart_frog_logo_white.png#gh-dark-mode-only |
| 49 | +[pub_badge]: https://img.shields.io/pub/v/dart_frog_cli.svg |
| 50 | +[pub_link]: https://pub.dartlang.org/packages/dart_frog_cli |
46 | 51 | [very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg |
47 | 52 | [very_good_analysis_link]: https://pub.dev/packages/very_good_analysis |
48 | 53 | [very_good_ventures_link]: https://verygood.ventures |
0 commit comments