Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Ability to push code coverage for multi maven Go modules #338

Open
dantran opened this issue Aug 29, 2018 · 1 comment
Open

Ability to push code coverage for multi maven Go modules #338

dantran opened this issue Aug 29, 2018 · 1 comment
Labels

Comments

@dantran
Copy link

dantran commented Aug 29, 2018

Per #218 we can only set GOPATH before running Maven, this means we can only pick one module to push

@dantran
Copy link
Author

dantran commented Jun 12, 2019

I found a way to config SonarGo for maven multi modules by add the following properties at Go parent module

<sonar.sources>${project.basedir}/src</sonar.sources>
<sonar.inclusions>**/*.go</sonar.inclusions>
<sonar.exclusions>**/*_test.go</sonar.exclusions>
<sonar.test.inclusions>**/*_test.go</sonar.test.inclusions>

So I am allset

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants