Release 2.0.0
Break
- The root project folder must to be the same name as the package name.
- Use the
--package-nameargument, in order to define the correct package name, if the root folder is not the same name.
- Use the
example:
dlcov -c 80 -p flutter_project_name
dlcov -c 80 --package-name flutter_project_name- Remove
fileargument, and now it usescoverage/lcov.infoas default.
Added
- workaround to make it consider all dart files in code coverage reports (It is not yet natively supported by Flutter.)
Chore
- fix repo issues link