Skip to content

Releases: lucaslorentz/minicover

v3.4.1

20 Dec 10:07
1a48051
Compare
Choose a tag to compare

Changes:

  • Add IInstrumentationContext interface to MiniCover.Core library

v3.4.0

16 Dec 21:34
Compare
Choose a tag to compare

Changes:

  • Create library packages MiniCover.Core and MiniCover.Reports

v3.3.0

24 Nov 22:33
b5cb425
Compare
Choose a tag to compare

Changes:

  • Add NET5 support and update dependencies #134

v3.2.0

31 Oct 08:37
fe7467b
Compare
Choose a tag to compare

New features:

  • Improve async methods coverage (#131). Fixes #103 and #126

v3.1.0

13 Jun 06:38
dcd021c
Compare
Choose a tag to compare

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

08 Dec 19:25
f36eb29
Compare
Choose a tag to compare
  • Improve branch instrumentation
  • Fix graph infinite recursions #114
  • Fix errors when coverage-hits folder doesn't exist (@vilinski)

v3.0.5

06 Dec 19:34
Compare
Choose a tag to compare
  • Add branch coverage instrumentation
  • Add branch coverage to cobertura report
  • Add support for .net core 3.1

This version was unlisted from Nuget.org because of issue #114

v3.0.4

29 Nov 19:18
Compare
Choose a tag to compare
  • Reduce the number of hits file. Instead of creating one per entry method, now we create one per running process.

v3.0.3

27 Nov 00:00
Compare
Choose a tag to compare
  • Handle errors when instrumentation encounters a native DLL with PDB.

v3.0.2

23 Nov 20:06
Compare
Choose a tag to compare
  • Add cobertura report