Skip to content

Releases: dariodf/lcov_ex

v0.3.2

24 Mar 13:46
Compare
Choose a tag to compare

Feature

  • Run the coverage for an umbrella app using mix lcov apps/my_app without adding the dependency to that specific app.

v0.3.1

28 Feb 17:19
Compare
Choose a tag to compare

Feature

  • Add --exit flag to exits with a non-zero exit code if the tests fail, the same code that mix test would have exited with (Thanks @paulswartz !)

v0.3.0

25 Oct 17:39
eedc73e
Compare
Choose a tag to compare

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

07 Jun 13:52
83dd306
Compare
Choose a tag to compare

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.