test_cov 1.0.1 test_cov: ^1.0.1 copied to clipboard
Command line utility to run tests in Dart VM and collect coverage data.
1.0.1 #
- Handle null
1.0.0 #
- Update to null-safe Dart 2.12.0
0.3.0 #
- Pass arguments when running test coverage with e.g.
pub run test_cov --no-sound-null-safety
0.2.1 #
- Update dependencies
0.2.0 #
- Make non-zero exit code throw error
0.1.0 #
Initial reissue of the test_coverage package that has previously been maintained by @pulyaevskiy
- Remove badge generation
- Enable more logging (information about cause of test failure)