Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bamboo display jacoco reports

I am able to generate jacoco reports in my Android project locally. When I run the task on Bamboo, it works as well. Now I would like to display the coverage results in the task, is it possible? I saw posts and question using SonarQube, but it seems like a lot of work for something so trivial

like image 971
Guillaume Avatar asked Oct 17 '22 22:10

Guillaume


1 Answers

You can attach report as an artifact of build - see https://jira.atlassian.com/browse/BAM-9179

like image 96
Godin Avatar answered Oct 21 '22 05:10

Godin