Engee
Engee

Reputation: 63

Show code coverage on Xtend files with jacoco

According to the following article: https://dietrich-it.de/xtext/2016/01/12/code-coverage-for-xtend/ I'm able to generate coverage for Xtend with Jacoco and Maven, but SonarQube shows the coverage result on the generated Java source. However the line numbers and the markers of the coverage result belong to the Xtend file, so the coverage report becomes fake.

How can I tell the sonar plugin to use Xtend files on the coverage report view.

Upvotes: 1

Views: 307

Answers (0)

Related Questions