Plugin that makes it easy to execute gather dotcover test coverage data.
- Make sure the vs test tool is configured - it is a prereq of this tool.
- Configure the path to the dot cover tool whereever builds will run in the global tool configuration section.
Use as a pipeline step, like so:
...
steps {
dotcover()
}