Getting code_quality to work

I have tried following the steps in:
https://docs.gitlab.com/ee/ci/examples/code_quality.html and
https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html

I have a job now that is named code_quality.
13
It produces the required json artifact:
19
named:


But the merge request does not have a trace from the file.

And afaik, the required items is there. This is in a merge request though and not ran in master branch. Is it required for comparison towards the master branch and I need to run it there as well?

And, yes you need the task to run in the master branch for a reference to compare against. Can maybe update the documentaiton on this.