test_coverage_badge 0.3.2 copy "test_coverage_badge: ^0.3.2" to clipboard
test_coverage_badge: ^0.3.2 copied to clipboard

This package provides a CLI tool to generate and display test coverage badges for Dart projects.

Flutter Test Coverage Badge #

Coverage

pub package

Getting Started #

Install #

dart pub add dev:test_coverage_badge 

flutter pub get

Run tests and generate badge image #

dart run test_coverage_badge

Or provide coverage file to generate badge for it #

dart run test_coverage_badge --file lcov.info

Show the badge #

![Coverage](https://<URL_TO_REPO>/coverage_badge.svg?sanitize=true)
3
likes
140
pub points
74%
popularity

Publisher

verified publishermuha.dev

This package provides a CLI tool to generate and display test coverage badges for Dart projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on test_coverage_badge