Releases: emanuel-braz/dlcov
Releases · emanuel-braz/dlcov
Release 4.2.1
Add patterns filters
Added
- add --exclude-files parameter
- add --exclude-contents parameter
- add --exclude-contents-path parameter
Release 4.0.1
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
Remove 'part of' files from list of imports
Release 3.0.0
[3.0.0] 2022-03-07
Break
- Spelling fixes:
--exclude-sufix
becomes--exclude-suffix
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
Add log, excludes and default path
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