-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a combined report for a multi-module build #43
Comments
Cross-module reports design is in process (#20). |
Our test coverage is not very good right now and it would be a good task to gradually improve it. But we have a lot of modules and it would be good to understand where to focus first. Looking into a dashboard for all modules, we can decide if we want to focus on some modules first or if we need to raise coverage gradually in all modules. Also one needs to take into account #16 or any other shield-generating tool. It usually provides a single number for the project. |
So the use case for me, I have multimodule project also, it is KMP project but for the android side it shouldn't really matter, I would like to have a single report.xml file combined with all the modules in app. |
Resolves #20, #43 Co-authored-by: Leonid Startsev <[email protected]>
Implemented in |
It would be useful to have a single combined result dashboard for the whole project consisting of multiple subprojects.
The text was updated successfully, but these errors were encountered: