db_test_coverage 0.1.1 copy "db_test_coverage: ^0.1.1" to clipboard
db_test_coverage: ^0.1.1 copied to clipboard

A command-line tool that run tests with coverage on a project.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate db_test_coverage

Use it

The package has the following executables:

$ test_coverage

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add db_test_coverage

With Flutter:

 $ flutter pub add db_test_coverage

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

dependencies:
  db_test_coverage: ^0.1.1

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:db_test_coverage/db_test_coverage.dart';
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A command-line tool that run tests with coverage on a project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

args, io, meta, path

More

Packages that depend on db_test_coverage