test_cov_console 0.1.5 test_cov_console: ^0.1.5 copied to clipboard
Command line utility to read lcov.info and print the coverage report to console.
0.1.5 - 7 Nov 2021 #
- Fixed duplicate directory on multi option
- Add --line option to print lines coverage only
0.1.4 - 25 Oct 2021 #
- Remove flutter_test dev_dependency.
0.1.3 - 23 Oct 2021 #
- Fixed percentage calculation.
0.1.2 - 23 Oct 2021 #
- Add new features: -i to not print any file without unit testing -t to print the total coverage only -p to print passed/failed of the total coverage only
0.1.1 - 13 Oct 2021 #
- Support for output to CSV file
0.1.0 - 10 Oct 2021 #
- Support for multiple lcov.info files
0.0.10 - 10 Oct 2021 #
- Fixed un-sorted directory issue.
0.0.9 - 9 Oct 2021 #
- Fixed duplicate issue.
0.0.8 - 24 Sep 2021 #
- Fixed some minor issue and documentation.
0.0.7 - 17 Aug 2021 #
- Remove lib dependency.
0.0.6 - 20 May 2021 #
- Fixed minor issue on github repository link.
0.0.5 - 17 May 2021 #
- Add parameter to exclude files without unit testing that contains some strings
0.0.4 - 16 May 2021 #
- Print all dart files, not only that reported on lcov.info (has unit test file)
- Print total coverage for all files with unit testing.
0.0.3 - 15 May 2021 #
- Add example project
- Add simple documentation
0.0.2 - 14 May 2021 #
- Fixed typo issue.
0.0.1 - 14 May 2021 #
- Initial code