Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@emanuel-braz emanuel-braz released this 28 Feb 04:28
· 24 commits to master since this release

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.

example:

dlcov -c 80 -p flutter_project_name
dlcov -c 80 --package-name flutter_project_name
  • Remove file argument, and now it uses coverage/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