- ALM: Github
- CI: Jenkins
I’d like to set up a build-based pull request analysis for my Android project (gradle scanner) to provide code coverage via Kover (which outputs a jacoco XML report). However, we use Jenkins for our CI system which currently doesn’t have SonarCloud integration. I have looked at the documentation but couldn’t find any specific instructions on how to do this. Am I supposed to follow the instructions for branch analysis to support build-based pull request analysis and integrate that into my Jenkins pipeline buildscript that is run on Github pull requests?
Any pointers would be greatly appreciated.