-
Improvement
-
Resolution: Unresolved
-
Minor
-
Coverage plugin 1.16.0
When creating deterministic cobertura reports with coverlet (c# dotnet coverage).
This leads to empty <sources/> and relative filenames starting with "/_/...abc.cs".
https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/DeterministicBuild.md
Currently these files cannot be found by the coverage plugin.
[-ERROR-] Errors while resolving source files on agent: [Coverage] [-ERROR-] - Source file '/_/...abc.cs' not found
It would be great if this would work out of the box.
- links to