lcov_tracefile 0.0.2 copy "lcov_tracefile: ^0.0.2" to clipboard
lcov_tracefile: ^0.0.2 copied to clipboard

Dependence-free model and parser for lcov tracefiles. Parses the coverage data from lcov files line by line and produces the model.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lcov_tracefile

With Flutter:

 $ flutter pub add lcov_tracefile

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

dependencies:
  lcov_tracefile: ^0.0.2

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_tracefile/lcov_tracefile.dart';
2
likes
160
points
896
downloads

Publisher

verified publisherkarapetov.com

Weekly Downloads

Dependence-free model and parser for lcov tracefiles. Parses the coverage data from lcov files line by line and produces the model.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on lcov_tracefile