lcov_format 0.0.4 copy "lcov_format: ^0.0.4" to clipboard
lcov_format: ^0.0.4 copied to clipboard

A renderer for LCOV data produced by dart/flutter into some useful outputs.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate lcov_format

Use it

The package has the following executables:

$ lcov_format

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lcov_format

With Flutter:

 $ flutter pub add lcov_format

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

dependencies:
  lcov_format: ^0.0.4

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:lcov_format/formatters_io.dart';
import 'package:lcov_format/lcov.dart';
1
likes
130
points
184
downloads
screenshot

Publisher

verified publishermcdole.org

Weekly Downloads

A renderer for LCOV data produced by dart/flutter into some useful outputs.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, archive, args, crypto, package_config, path, syntax_highlight_lite

More

Packages that depend on lcov_format