-
Is there any way to take multiple single code code reports, say opencover or cobertura, and for each create a Code coverage report/tab (for only that one report)? Specifically without combining/merging reports together. For context, this use case is in an Azure DevOps pipeline where we are generating a unit testing report, integration testing report, and a combined report. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Upon trying to get this, it seems this is an Azure issue where each time you publish code coverage, even if it was generated separately, Azure overwrites the previous report. |
Beta Was this translation helpful? Give feedback.
-
AFAIK , this is a limitation from the Azure DevOps side. |
Beta Was this translation helpful? Give feedback.
AFAIK , this is a limitation from the Azure DevOps side.