Skip to content

Releases: coverlet-coverage/coverlet

v1.1.0

16 Apr 13:34
Compare
Choose a tag to compare
  • #23 fixes #21 and #33. It ensures Coverlet scans thoroughly for instrumentable modules
  • #27 fixes #18 and #42. It ensures that the hits information is completely written to the hits file
  • #31 adds support for branch coverage 🎉
  • #35 fixes IOException in #25. Uses exponential back-off algorithm to retry file access
  • 4126086 introduces a Threshold option to specify a "fail build if under" value
  • #41 adds support for Cobertura output format
  • 948c515 now uses double for all calculations
  • fafb19b adds sequence and coverage info to OpenCover output

v1.0.2

02 Apr 12:48
Compare
Choose a tag to compare
  • #17 completes fixes on #6
  • #20 improves OpenCover format compatibility

v1.0.1

26 Mar 09:53
Compare
Choose a tag to compare
  • #10 improves code coverage accuracy
  • #11 fixes #12 and #6. An error is no longer thrown when a hits file isn't present
  • #14 allows reporting of coverage for multiple assemblies
  • c055f95 makes MarkExecuted method thread safe
  • 252d9b0 cleans up temporary hit file
  • ec45c54 uses a stable version of Mono.Cecil

v1.0.0

21 Mar 16:33
274009d
Compare
Choose a tag to compare
Update README.md