How do I display JaCoCo reports (code coverage) and FIndBugs reports for the builds?

216 views
Skip to first unread message

Lucas

unread,
Dec 7, 2015, 1:53:19 PM12/7/15
to go-cd
Hi
I am totally new to Go.CD and I haven't managed to find any good intro to Go so here are some questions:
How do I display JaCoCo reports (code coverage) and FIndBugs reports for the builds?



Ketan Padegaonkar

unread,
Dec 7, 2015, 10:54:16 PM12/7/15
to go...@googlegroups.com
Hi Lucas,

If you already have reports in an HTML format, you can display them inside a tab in go[1] using the <tab/> configuration. Remember to export the directory containing the reports as an artefact.

Here's a snippet of the XML from build.go.cd
<tabs>
<tab name="GaugeReport" path="GaugeReports/reports/html-report/index.html" />
</tabs>
<artifacts>
<artifact src="#{go-functional-tests}/reports" dest="GaugeReports" />
</artifacts>
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Lucas

unread,
Dec 8, 2015, 8:31:50 AM12/8/15
to go-cd
Thanks

OK so the reporting integration isn't that good compared to e.g. Hudson.
I suppose that reports like this are pushed to some other system like SonarQube then?
/Lucas
Reply all
Reply to author
Forward
0 new messages