lcov_excluder 0.2.0 copy "lcov_excluder: ^0.2.0" to clipboard
lcov_excluder: ^0.2.0 copied to clipboard

It is possible to exclude coverage by editing the contents of the lcov.info file.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate lcov_excluder

Use it

The package has the following executables:

$ lcov_excluder

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lcov_excluder

With Flutter:

 $ flutter pub add lcov_excluder

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

dependencies:
  lcov_excluder: ^0.2.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:lcov_excluder/lcov_excluder.dart';
1
likes
150
points
8.62k
downloads

Publisher

verified publisherkyoheig3.jp

Weekly Downloads

It is possible to exclude coverage by editing the contents of the lcov.info file.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

args, glob, yaml

More

Packages that depend on lcov_excluder