Show Sample with Multiple Test Projects
ardalis opened this issue · 4 comments
I'd like to use this on projects that have several test projects (e.g. unit, integration, etc) such as this repo:
https://github.com/ardalis/cleanarchitecture
or
https://github.com/DevBetterCom/DevBetterWeb
I'm assuming I could use ReportGenerator for this.
Do you have any examples you can point me to where someone has already figured this out?
I've not used ReportGenerator so I can't help there unfortunately.
(That's really confusing since I work on an iOS app with the same name.)
If you have multiple coverage files in Cobertura format you can use CCS to produce a summary of all of them. Just include a comma separated list of files in the filename parameter and in the next version glob pattern matching will also be possible. CCS is not going to be able to help with results in other formats.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days.
This issue was closed because it has been stale for 30 days with no activity.