Releases: coverlet-coverage/coverlet
Releases · coverlet-coverage/coverlet
v1.2.0
- #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
v1.1.0
- #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
v1.0.1
- #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