Bamboo display jacoco reports
Asked Answered
E

1

6

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

Embryogeny answered 12/2, 2018 at 10:45 Comment(0)
F
3

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

Finn answered 23/2, 2018 at 18:27 Comment(1)
it works, I managed to display nice reports using location=app/build/reports/jacoco/jacocoTestProdReleaseUnitTestReport/html and copy pattern=**/*.*Embryogeny

© 2022 - 2024 — McMap. All rights reserved.