code_coverage 1.1.0 code_coverage: ^1.1.0 copied to clipboard
A CLI tool and package useful for reporting code coverage of a given dart package
This is a test package used to show how the code_coverage
command works.
On this directory, simply run code_coverage
or dart pub global run code_coverage
and you should see the following in your terminal:
Running package tests... ┌───────────────────┬────────────┬─────────────────┐ │ File │ Coverage % │ Uncovered Lines │ ├───────────────────┼────────────┼─────────────────┤ │ All covered files │ 80.00 │ │ │ a.dart │ 80.00 │ 20-21 │ └───────────────────┴────────────┴─────────────────┘ 50.00% (1/2) of all files were covered