clean_coverage

Creator: coderz1093

Last updated:

0 purchases

clean_coverage Image
clean_coverage Images

Languages

Categories

Add to Cart

Description:

clean coverage

Clean Coverage #
A dart tool clean up LCOV files.
Remove unwanted files from the coverage record using globs.
Heavily inspired by remove_from_coverage
Usage: clean_coverage clean [arguments]
-h, --help Print this usage information.
--exclusions=<glob> Exclude files with names matching the given glob. This option can be repeated.
--exclusions-file=<file> Exclude files with names matching the given globs in the file.
copied to clipboard
Getting Started #
Install clean_coverage
pub global activate clean_coverage
copied to clipboard
Run the clean command
pub global run clean_coverage clean --exclusions-file exclusions.txt coverage/lcov.info
copied to clipboard
or
pub global run clean_coverage clean --exclusions '**/.g.dart', '**/directory/**' coverage/lcov.info
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.