Releases: lucaslorentz/minicover
Releases · lucaslorentz/minicover
v3.0.4
- Reduce the number of hits file. Instead of creating one per entry method, now we create one per running process.
v3.0.3
- Handle errors when instrumentation encounters a native DLL with PDB.
v3.0.2
- Add cobertura report
v3.0.1
v3.0.0
- Improve instrumentation options defaults
v3.0.0-alpha-1
Add support for .NET Core 2.1, 2.2 and 3.0
Several improvements and bug fixes:
- Add global and local tool support
- Fixes async method names in reports.
- Fixes enumerable method names in reports.
- Add support for [ExcludeFromCodeCoverage] attribute.
- Fix missing coverage when exception is thrown.
- Fix index out of range issues during instrumentation
- Add version to CLI