-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
as-designedExpected behaviourExpected behaviourwaiting for customerWaiting for customer actionWaiting for customer action
Description
I'm testing two binaries in my pipeline with the following (truncated) options:
dotnet test -p:CollectCoverage=true -p:CoverletOutput="../coverage.json"
dotnet test -p:CollectCoverage=true -p:MergeWith="../coverage.netcoreapp3.1.json" -p:CoverletOutput="../opencover.xml"
This produces an intermediate coverage file coverage.netcoreapp3.1.json and a final report opencover.netcoreapp3.1.json
Omitting netcoreapp3.1 in the MergeWith option value leads to a result which is not merged.
My expectation would be that the output files are either produced with the framework suffix and that the MergeWith option would respect this suffix (requiring only coverage.json as input to function properly), or that (ideally) the framework suffix is not added at all.
Metadata
Metadata
Assignees
Labels
as-designedExpected behaviourExpected behaviourwaiting for customerWaiting for customer actionWaiting for customer action