Skip to content

Caba series release 10

Compare
Choose a tag to compare
@SteveGilham SteveGilham released this 05 May 08:31
· 4499 commits to master since this release

3.0.466

  • Support for starting/pausing/resuming coverage collection during operation -- see https://github.com/SteveGilham/altcover/wiki/Pause%E2%95%B1Resume-and-the-Control-File
  • Major speed-up in data collection by reducing the amount of synchronization being done while writing data to file -- this means significant reductions in the time taken for instrumented code to execute
  • Support for excluding C#7.0 local functions by excluding the enclosing method
  • Add CRAP (Change Risk Anti-Patterns) score to methods (and min/max values to summaries) in --opencover format and runner/Collect mode
  • [BUGFIX] -- using dotnet AltCover.dll to instrument a .net core project using F# could fail when rewriting the .deps.json file.
  • [BUGFIX] -- not all branches were being tallied for certain complex F# match expressions