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

discontinued
outdated

Send LCOV 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: ^1.0.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
15
pub points
6%
popularity

Publisher

verified publisherbelin.io

Send LCOV coverage reports to the Coveralls service.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

args, crypto, http, lcov, path, which, yaml

More

Packages that depend on coveralls