Skip to content

How can I configure to use with Java + Gradle? #447

Closed Answered by BrunoSouzaPicinini
BrunoSouzaPicinini asked this question in Q&A
Discussion options

You must be logged in to vote

I found!

The jacoco plugin in gradle generate the .xml file as jacocoTestReport.xml
Then to make work I only added in settings.json a new coverage File Name

"coverage-gutters.coverageFileNames": [
        "lcov.info",
        "cov.xml",
        "coverage.xml",
        "jacoco.xml",
        "coverage.cobertura.xml",
        "jacocoTestReport.xml"
]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ryanluker
Comment options

Answer selected by ryanluker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants