-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Gitlab code quality support #2283
Comments
I found no related issue, maybe there was a discussion about this. Would be cool to get some other perspectives about this. |
This would be a very nice addition. Would you be interested in creating a PR for this? 🙏🏼 |
I have done some investigation on how this can be done and it looks there is no easy way to actually get number of results. |
Would be nice to get this feature. |
The PR linked above will resolve this issue. |
🎉 This issue has been resolved in version 1.4.0 🎉 The release is available on Your semantic-release bot 📦🚀 |
User story.
As a developer, I can export the results to a Gitlab code quality report to see a summary of my code quality in the MR widget and the pipeline.
Is your feature request related to a problem?
Currently, there is only a format enum for JUnit. That's cool because you can see the results in Gitlab, but I prefer linting results in the code quality section. The linting results are more about the quality, not in all cases about functionality.
Describe the solution you'd like
It would be cool to have another output format in the CodeClimate JSON format.
The text was updated successfully, but these errors were encountered: