Releases: uartois/sonar-golang
Releases · uartois/sonar-golang
v1.2.11: New offcial release
Fix #63 and #42
Fix #61: Improve coverage computation on untested file
This release fix the issue #61.
This release improve the coverage computation on untested file.
The simple comment and multi line comment are ignored. The struct type and interface declaration are ignored too.
Fix #60
Serious changes under the hood
We made some serious changes under the hood to sort out various issues related to the management of test files.
Please test thoroughly.
Those changes require additional information in sonar-project.properties
Before:
sonar.sources=./
sonar.tests=./
Now:
sonar.sources=./
sonar.tests=./
sonar.test.inclusions=**/**_test.go
sonar.sources.inclusions=**/**.go
A lot of issues are marked as "resolution to be confirmed" with this release and the previous one: #56 #49 #45 #42 #35 #14
Please confirm if those issues are really solved for you.
Fix for #35 and #55
Add #52 and fix #53
This release include the contribution of @reubent and @danielleberre (#52 ) and fix bug #53.
improve regex rules for gocyclo and fix some problems
FIx a NullPointerException #43
This release fix a NullPointerException