Skip to content

Releases: emanuel-braz/dlcov

Release 4.2.1

10 May 14:46
Compare
Choose a tag to compare

[4.2.1] 2022-05-10

Fixed

  • it fix malformed import paths in dart file - PR #20

Add patterns filters

22 Mar 02:41
b78e0dd
Compare
Choose a tag to compare

Added

  • add --exclude-files parameter
  • add --exclude-contents parameter
  • add --exclude-contents-path parameter

Release 4.0.1

20 Mar 15:21
65fbd6c
Compare
Choose a tag to compare

Break

  • --coverage parameter becomes optional (default = 0)

Added

  • add the gen-refs command, to generate references to untested files
  • add the include-untested-files parameter
  • add the lcov-gen parameter

Release 3.0.1

19 Mar 21:05
d3ce34a
Compare
Choose a tag to compare

Remove 'part of' files from list of imports

Release 3.0.0

08 Mar 00:07
Compare
Choose a tag to compare

[3.0.0] 2022-03-07

Break

  • Spelling fixes: --exclude-sufix becomes --exclude-suffix

Release 2.0.0

28 Feb 04:28
Compare
Choose a tag to compare

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

Add log, excludes and default path

18 Oct 01:39
377fdac
Compare
Choose a tag to compare

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