ReportGenerator for Multiple Projects #545
Unanswered
geraldbauer
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Do you generate the different Cobertura files in one pipeline?
If you have several pipelines for your projects, it get's more difficult.
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have implemented ReportGenerator within our Azure DevOps to gather Code Coverage statistics. We are using Cobertura format. This has been implemented for C# projects and JavaScript projects (aka UI). I now need to aggregate all the projects into one report. Upper management wants to see code coverage for all project.
What is the best approach to collecting all the code coverage statistics for all projects.
Beta Was this translation helpful? Give feedback.
All reactions