dlcov 2.0.0 copy "dlcov: ^2.0.0" to clipboard
dlcov: ^2.0.0 copied to clipboard

outdated

A CLI to add code coverage threshold (CI/CD, git hooks, etc.)

[2.0.0] 2022-02-27 #

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 (always uses default: coverage/lcov.info)

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

[1.0.1] 2021-10-19 #

Added

  • refactor app with arg params (see README.md)
  • --exclude-sufix in order to remove generated files from results
  • --log param to create log in root folder (dlcov.log)

Break

  • Need to enter the arguments --file and --coverage

Chore

  • format files

0.1.0 #

Added 2021-09-16

  • Initial version.
11
likes
0
pub points
71%
popularity

Publisher

unverified uploader

A CLI to add code coverage threshold (CI/CD, git hooks, etc.)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, lcov_parser

More

Packages that depend on dlcov