dlcov
A CLI to add code coverage threshold (CI/CD, git hooks, etc.)
4.2.1
8.9K downloads/mo
#3071 most downloaded on pub.dev
emanuel-braz/dlcov
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 4 months
Most releases are documented
notes for 9 of 11 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
11 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Sep 2021 to May 2022
2022
2023
2024
2025
2026
Releases
latest 11-
4.2.110 May 2022Release notes
Open source → -
4.2.022 Mar 2022Release notes
Open source →Added
- add --exclude-files parameter
- add --exclude-contents parameter
- add --exclude-contents-path parameter
-
4.0.120 Mar 2022Release notes
Open source →Break
--coverageparameter becomes optional (default = 0)
Added
- add the
gen-refscommand, to generate references to untested files - add the
include-untested-filesparameter - add the
lcov-genparameter
-
4.0.020 Mar 2022Release notes
Open source →Break
--coverageparameter becomes optional (default = 0)
Added
- add the
gen-refscommand, to generate references to untested files - add the
include-untested-filesparameter - add the
lcov-genparameter
-
3.0.119 Mar 2022 -
3.0.008 Mar 2022Release notes
Open source →[3.0.0] 2022-03-07
Break
- Spelling fixes:
--exclude-sufixbecomes--exclude-suffix
- Spelling fixes:
-
2.0.128 Feb 2022 -
2.0.028 Feb 2022Release notes
Open source →Break
- The root project folder must to be the same name as the package name.
- Use the
--package-nameargument, 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
fileargument, and now it usescoverage/lcov.infoas 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
Release notes
Open source →Break
- The root project folder must to be the same name as the package name.
- Use the
--package-nameargument, 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 (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
- The root project folder must to be the same name as the package name.
-
1.0.118 Oct 2021Release notes
Open source →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.
-
1.0.018 Oct 2021Nothing published for this version
-
0.1.015 Sep 2021Nothing published for this version