code_coverage 2.1.1
code_coverage: ^2.1.1 copied to clipboard
A CLI tool and package useful for reporting code coverage of a given dart package
2.1.1 #
- Fixed table column size calculations. This issue caused the table to break if content was too long.
2.1.0 #
- Added total coverage percentage and lines of code for each file
- Added
exclude-fully-coveredoption to remove fully covered files from the report
2.0.1 #
- Removed dependency to add compatibility with older Dart SDK versions
2.0.0 #
Features #
- Added
test-argsoption to specify additional arguments for internaldart test/flutter testcommand
Changes #
- Changed Dart SDK constraints to
">=3.0.0 <4.0.0 - Changed
All covered filesoutput 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-filesoption default value totrue - Changed
show-uncoveredoption tohide-uncovered-fileswithfalsedefault value. Now uncovered files are shown by default - Removed
show-outputoption. 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