Guillaume
Guillaume

Reputation: 3051

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

Upvotes: 6

Views: 2989

Answers (1)

Godin
Godin

Reputation: 10564

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

Upvotes: 3

Related Questions