Releases: lucaslorentz/minicover
Releases · lucaslorentz/minicover
v3.4.3
Full Changelog: v3.4.2...v3.4.3
v3.4.2
v3.4.1
Changes:
- Add IInstrumentationContext interface to MiniCover.Core library
v3.4.0
Changes:
- Create library packages MiniCover.Core and MiniCover.Reports
v3.3.0
v3.2.0
v3.1.0
New features:
- Add branch and statement coverage in Console and Html Report
- Add --no-fail option to disable command failure when the threshold is not met (#122)
- Use box drawing characters in console tables (#120)
- Visual improvements on Html Report (#120)
Changes:
- The threshold option was removed from all reports, except Console and HTML, where they're used.
v3.0.6
v3.0.5
v3.0.4
- Reduce the number of hits file. Instead of creating one per entry method, now we create one per running process.