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
Bamboo display jacoco reports
Asked Answered
You can attach report as an artifact of build - see https://jira.atlassian.com/browse/BAM-9179
© 2022 - 2024 — McMap. All rights reserved.
location=app/build/reports/jacoco/jacocoTestProdReleaseUnitTestReport/html
andcopy pattern=**/*.*
– Embryogeny