Release 2.0.0
Break
- The root project folder must to be the same name as the package name.
- Use the
--package-name
argument, 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
file
argument, and now it usescoverage/lcov.info
as 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