Skip to content

Releases: coverlet-coverage/coverlet

v1.2.0

02 May 22:02
Compare
Choose a tag to compare
  • #58 fixes #45. It improves the memory management during reading of the hits file
  • #61 fixes #60. Allows coverage result output filename to be customized
  • #65 improves performance by ensuring all resources are properly disposed of
  • b42cca2 fixes #54. Returns the full path of source base path is empty
  • #64 fixes #56. Allows excluding source files from coverage instrumentation
  • #68 addresses #7. Adds instrumentation of nested types to improve coverage accuracy

v1.1.1

17 Apr 22:54
Compare
Choose a tag to compare
  • #50 fixes #46, #47 & #49. It ensures lcov, opencover and cobertura outputs work well with report generators
  • #51 fixes #48. Makes it obvious when coverage is below threshold

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