Sagacify / sonar-scala

Sonarqube plugin for scala analysis
GNU Lesser General Public License v3.0
58 stars 32 forks source link

Warnings in analysis log #25

Closed alexandr85 closed 1 year ago

alexandr85 commented 6 years ago
...
WARN: Coverage measure for metric 'lines_to_cover' should not be saved directly by a Sensor. Plugin should be updated to use SensorContext::newCoverage instead.
WARN: Coverage measure for metric 'uncovered_lines' should not be saved directly by a Sensor. Plugin should be updated to use SensorContext::newCoverage instead.
WARN: Coverage measure for metric 'coverage_line_hits_data' should not be saved directly by a Sensor. Plugin should be updated to use SensorContext::newCoverage instead.
...

Sonar server version 6.7.1 Sonar scanner version 3.0.3.778 Sonar scala plugin version 0.0.3

BalmungSan commented 6 years ago

Hello @alexandr85, If you are interested I'm addressing the same problem (mwz/sonar-scala#18) in mwz/sonar-scala#34, if everything goes right it should be merged soon.