Skip to content

Commit 6f781c7

Browse files
committed
docs: add coverage and pub badges to README
1 parent 26bc64b commit 6f781c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
[![Dart Frog Logo][logo_black]][dart_frog_link_light]
33

44
[![ci][ci_badge]][ci_link]
5+
[![coverage][coverage_badge]][ci_link]
6+
[![pub package][pub_badge]][pub_link]
57
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
68
[![License: MIT][license_badge]][license_link]
79
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
@@ -242,13 +244,16 @@ For more information, see the [example][example_link] and our [roadmap][roadmap_
242244
[dart_installation_link]: https://dart.dev/get-dart
243245
[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg
244246
[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml
247+
[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog/coverage_badge.svg
245248
[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only
246249
[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only
247250
[example_link]: https://github.com/VeryGoodOpenSource/dart_frog/tree/main/example
248251
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
249252
[license_link]: https://opensource.org/licenses/MIT
250253
[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only
251254
[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only
255+
[pub_badge]: https://img.shields.io/pub/v/dart_frog.svg
256+
[pub_link]: https://pub.dartlang.org/packages/dart_frog
252257
[roadmap_link]: https://github.com/VeryGoodOpenSource/dart_frog/blob/main/ROADMAP.md
253258
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
254259
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis

0 commit comments

Comments
 (0)