coveralls 5.10.0 copy "coveralls: ^5.10.0" to clipboard
coveralls: ^5.10.0 copied to clipboard

discontinued

Send LCOV and Clover coverage reports to the Coveralls service.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate coveralls

Use it

The package has the following executables:

$ coveralls

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add coveralls

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

dependencies:
  coveralls: ^5.10.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:coveralls/coveralls.dart';
0
likes
10
pub points
0%
popularity

Publisher

verified publisherbelin.io

Send LCOV and Clover coverage reports to the Coveralls service.

Homepage
Repository
View/report issues

License

unknown (LICENSE)

Dependencies

build_cli_annotations, crypto, http, json_annotation, lcov, path, where, xml, yaml

More

Packages that depend on coveralls