You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature][Collectors]Output multiple formats #533
[Bug fix] Fix exclude by files #524
[Feature] Skip instrumentation of module with embedded ppbd without local sources #510 -> with this today xunit will be skipped in automatic way.
[Bug fix] Changed to calculate based on the average coverage of the module #479
[Bug fix] Fix property attribute detection #477
[Feature] Different exit codes to indicate particular failures #412
[Bug fix] Fix instrumentation serialization bug #458
[Bug fix] Fix culture for cobertura xml report #464
#406 downgrades verbosity when hits file isn't found #409 Improves Coverage object to remove need to statically pass an instance of it #415 Improves validation of hits file existence
#367 ensures invalid PDBs do not error out instrumentation #368 fixes package layout adding support for .NET framework projects #375 ensures PDBs exist before trying to restore them and prevents errors for assemblies with embedded PDBs #376 makes inclusion of test assembly excluded by default and configurable #383 ensures Coverlet restores original assemblies if process exits unexpectedly #397 rounds down Coverage result
#303 fixes strong name validation errors #309 adds option to only record a single hit to improve performance #318 adds support for covering test files #322 reverts using memory mapped files to store hit counts #331 fixes open cover reporting errors #341 adds logging to Coverlet to improve debugging
#286 Fixes type loading issues with .NET Framework assemblies #291 Adds enhancements to multi-threaded scenarios #297 and #302 Fixes issues with instrumenting System.Private.CoreLib #276 switches to using memory mapped files instead of regular files for storing hit information #277 Enhances support for async/await branches after coverage merge