Releases: dariodf/lcov_ex
Releases · dariodf/lcov_ex
v0.3.4
v0.3.2
v0.3.1
Feature
- Add
--exit
flag to exits with a non-zero exit code if the tests fail, the same code thatmix test
would have exited with (Thanks @paulswartz !)
v0.3.0
Improvements
- Avoid overwriting files by changing projects configuration on runtime.
- Loaded modules with paths not relative to the current project or compiled by dependencies are now ignored.
- Report files for umbrella projects now have relative paths for the underlying apps coverage.
v0.2.4
This PR refactors the Umbrella strategy in order to fix the errors (#9, #12) introduced in v0.2.3
.
Bug fixes
- Refactor Umbrella strategy by creating the individual lcov files in each app, and then integrate the reports in a main file in case of an umbrella project.
Features
- Add
--keep
option to avoid deleting the individual app lcov files in case of an umbrella project.