Covisint-PST / jacoco-service-broker

this is service broker for jacoco agent
Apache License 2.0
0 stars 0 forks source link

More detailed documentation on how to use this project #2

Open konstantinblaesi opened 6 years ago

konstantinblaesi commented 6 years ago

I want to generate coverage reports for a spring boot application running on cloud foundry using jacoco. We also have a SonarQube server that will in the end take care of visualizing the report. So far I found that the java buildpack has some support for the jacoco agent in tcpclient mode https://github.com/cloudfoundry/java-buildpack/blob/master/docs/framework-jacoco_agent.md I don't quite see the big picture of this project from the readme. How will this help me in generating coverage reports for say a spring boot application and push them to my sonar instance. Is this service broker just meant to provide configuration for the jacoco agent provided by a bound service instance? I don't have the permissions for cf create-service-broker as it seems, so I cannot experiment :(