-
Notifications
You must be signed in to change notification settings - Fork 7
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
test coverage? #15
Comments
Hi, I have problems making the plugin, Could you help me about how you make the plugin? This is my problem #16 Thanks. |
Is there a XQuery testing framework that outputs test coverage information? There were no plans to implement showing this information in sonar because I was not aware of any framework that could do it. This currently only shows results, and only if those results are in a TestNG XML output format, if I remember correctly. |
xray now seems to have some code coverage support so at least it is now possible to potentially support this. |
yes, I noticed in branch 2.1 code coverage will be available. |
Hi SonarQube 4.3 and plugin 2.1 does not show proper output as in Issue 17. Is this fixed ? or can we do code coverage for xquery with plugin 1.4 and sonarQube 3.5.1 Do we also have any tutorial for writing code coverage tests for xquery? |
Hi, thanks for the plugin! I've tried using it and it works with some caveats (we're using Xquery 3.0 constructs like
!
and||
). However, one thing I didn't manage to get output for is test coverage. Is there something particular to configure, or is this a future feature?The text was updated successfully, but these errors were encountered: