-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SonarCloud Integration #374
Comments
I haven't used SonarCube for the last couple of years, so that support has probably rotted away. Looking at your link, it appears to support cobertura output through
and kcov generates cobertura XML in path/to/output/binary/cobertura.xml This is probably the way to go for SonarSource / SonarCloud support. Edit: Assuming it works for other languages than Flex. |
Dear @SimonKagstrom,
with the path suitably modified. We introduced coverage reporting in PR 247 of our repository. Maybe that is helpful. Thanks again for your help Simon! |
Good to hear! I guess the documentation needs some updating though :-). I'll try to come up with something based on your comment above |
Dear developers,
the project description points out that
kcov
supports the integration with SonarSource products, specifically withSonarCube
. The documentation for this feature is rather basic and given in this file. The referenced plugin is officially deprecated. I wondered if you know if it's possible to usekcov
in combination withSonarCloud
which belongs to the same family of products of the same company? The instuctions file above mentions a filesonarqube.xml
that should appear in the output but if I runkcov
on our project this file does not appear. Are there specific options that must be used to create that file?Sorry the question is not as structured as I'd like it to be but any help in the direction of using
kcov
's output forSonarCloud
's coverage would be much appreciated.Thank you very much!
Tobias
The text was updated successfully, but these errors were encountered: