dart_codecov_generator 0.4.0 copy "dart_codecov_generator: ^0.4.0" to clipboard
dart_codecov_generator: ^0.4.0 copied to clipboard

discontinuedreplaced by: codecov
Dart 1 only

Generates lcov and/or HTML coverage reports for Dart projects. (UNIX only)

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_codecov_generator

Use it

The package has the following executables:

$ dart_codecov_generator
$ generate_coverage

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_codecov_generator

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

dependencies:
  dart_codecov_generator: ^0.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:dart_codecov_generator/dart_codecov_generator.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Generates lcov and/or HTML coverage reports for Dart projects. (UNIX only)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, logging

More

Packages that depend on dart_codecov_generator