test_cov_console 0.0.10 test_cov_console: ^0.0.10 copied to clipboard
Command line utility to read lcov.info and print the coverage report to console.
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