buggy 1.0.0 copy "buggy: ^1.0.0" to clipboard
buggy: ^1.0.0 copied to clipboard

Generates clean, readable, AI-ready Markdown reports from LCOV coverage files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate buggy

Use it

The package has the following executables:

$ buggy

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add buggy

With Flutter:

 $ flutter pub add buggy

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  buggy: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:buggy/buggy.dart';
1
likes
160
points
23
downloads

Publisher

verified publisherjacopoguzzo.dev

Weekly Downloads

Generates clean, readable, AI-ready Markdown reports from LCOV coverage files.

Repository (GitHub)
View/report issues

Topics

#coverage #testing #ci #lcov

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args

More

Packages that depend on buggy