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

discontinued
outdated

Send LCOV coverage reports to the Coveralls service.

Coveralls for Dart #

Release License Build

Send LCOV coverage reports to the Coveralls service, in Dart.

Requirements #

The latest Dart SDK and Pub versions. If you plan to play with the sources, you will also need the latest Grinder version.

Installing via Pub #

1. Depend on it #

Add this to your package's pubspec.yaml file:

devDpendencies:
  coveralls: *

2. Install it #

Install this package and its dependencies from a command prompt:

$ pub get

3. Import it #

Now in your Dart code, you can use:

import 'package:coveralls/coveralls.dart';

Usage #

TODO

Supported CI services #

See also #

License #

Coveralls for Dart is distributed under the Apache License, version 2.0.

0
likes
0
pub points
0%
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