code_coverage 2.0.1
code_coverage: ^2.0.1 copied to clipboard
A CLI tool and package useful for reporting code coverage of a given dart package
2.0.1 #
- Removed dependency to add compatibility with older Dart SDK versions
2.0.0 #
Features #
- Added
test-args
option to specify additional arguments for internaldart test
/flutter test
command
Changes #
- Changed Dart SDK constraints to
">=3.0.0 <4.0.0
- Changed
All covered files
output line to end of table so its easier to find it on larger projects - Changed command arguments from camelCase to kebab-case
- Changed
ignore-barrel-files
option default value totrue
- Changed
show-uncovered
option tohide-uncovered-files
withfalse
default value. Now uncovered files are shown by default - Removed
show-output
option. Now test output is always shown - Improved table output to word-wrap when reaching maximum terminal window width
1.4.0 #
1.2.0 #
1.1.0 #
- Added support to Flutter projects
1.0.0-SNAPSHOT #
- Created initial version of CLI