We are trying to run gradle-scoverage on a project using multiple submodules. Let's call them modules A, B, and C. There is an overarching build.gradle file, and each module A through C has its own build.gradle file.
In each submodule we have the following in build.gradle:
Can you provide an example where we use scoverage {} as part of individual project submodules?
Could you provide an example where we use scoverage {} as part of the parent module build.gradle? When I try to paste the scoverage{} statement there, it crashes.
The coverage information e.g., percentages etc. is not appearing in our build on GitLab. How do we debug the percentages not appearing?
Hi,
We are trying to run gradle-scoverage on a project using multiple submodules. Let's call them modules A, B, and C. There is an overarching build.gradle file, and each module A through C has its own build.gradle file.
In each submodule we have the following in
build.gradle
:So three questions:
Any help would be appreciated.