Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

sonar.scala.scoverage.reportPath not honored #67

Closed
britindrelie opened this issue Nov 12, 2019 · 1 comment
Closed

sonar.scala.scoverage.reportPath not honored #67

britindrelie opened this issue Nov 12, 2019 · 1 comment

Comments

@britindrelie
Copy link

After much trial and error as to why my project would not find reports generated by scoverage, I discovered that the property sonar.scala.coverage.reportPaths worked, whereas the property sonar.scala.scoverage.reportPath, as written in documentation, did not.

For reference this is a scala 2.12 project, using sbt-sonar 2.1.0 and sbt-scoverage 1.6.0

@mwz
Copy link
Member

mwz commented Nov 12, 2019

It depends on which Scala plugin you use. In short:

There is a PR in the works from @stefanerwinmayer (#45), which will make it easier to switch between those two plugins and have the default properties set automatically.

@mwz mwz added the duplicate label Nov 12, 2019
@mwz mwz closed this as completed Nov 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants