I've tried to get Gitlab to show a code quality report on Merge Requests using this tool.
I've made sure there are reports generated on both the master branch as well as MRs.
I see the codequality CI job runs and this warning_scraper tool does work. It creates the artifact and the CI uploads it to Gitlab.
In Gitlab Artifacts, the json file is identified as a codequality artifact.
But I have never seen any sign of a Code Quality Widget, or a comment posted to a MR.
The documentation seems to indicate that this feature is available in all Tiers/Offerings: https://docs.gitlab.com/ci/testing/code_quality/
Tier: Free, Premium, Ultimate
Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
Has anyone else got the Code Quality Widget to show up with this tool?
For now, at least I have the codequality job set to fail if there are any warnings. And I print the warnings out on the job log to easily see them. But the final piece is to show it in the MR. :(
I've tried to get Gitlab to show a code quality report on Merge Requests using this tool.
I've made sure there are reports generated on both the master branch as well as MRs.
I see the codequality CI job runs and this warning_scraper tool does work. It creates the artifact and the CI uploads it to Gitlab.
In Gitlab Artifacts, the json file is identified as a
codequalityartifact.But I have never seen any sign of a Code Quality Widget, or a comment posted to a MR.
The documentation seems to indicate that this feature is available in all Tiers/Offerings: https://docs.gitlab.com/ci/testing/code_quality/
Has anyone else got the Code Quality Widget to show up with this tool?
For now, at least I have the codequality job set to fail if there are any warnings. And I print the warnings out on the job log to easily see them. But the final piece is to show it in the MR. :(