Skip to content

Commit 6b30cb0

Browse files
committed
docs: add README badges
1 parent e861517 commit 6b30cb0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@
55

66
Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄
77

8+
[![ci][ci_badge]][ci_link]
9+
[![coverage][coverage_badge]][ci_link]
10+
[![pub package][pub_badge]][pub_link]
811
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
912
[![License: MIT][license_badge]][license_link]
1013

1114
A test runner for Flutter and Dart created by Very Good Ventures.
1215

16+
[ci_badge]: https://github.com/VeryGoodOpenSource/very_good_test_runner/workflows/very_good_test_runner/badge.svg
17+
[ci_link]: https://github.com/VeryGoodOpenSource/very_good_test_runner/actions
18+
[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/very_good_test_runner/main/coverage_badge.svg
1319
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
1420
[license_link]: https://opensource.org/licenses/MIT
1521
[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only
1622
[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only
23+
[pub_badge]: https://img.shields.io/pub/v/very_good_test_runner.svg
24+
[pub_link]: https://pub.dartlang.org/packages/very_good_test_runner
1725
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
1826
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
1927
[very_good_ventures_link]: https://verygood.ventures/?utm_source=github

coverage_badge.svg

Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)