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';
1
likes
140
pub points
3%
popularity

Publisher

verified publisherkarapetov.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on lcov_tracefile