Jenkins GitLab integration allows for writing to the MR comments from the job - for example, making a code coverage report a comment in the MR so that you do not have to dig deep in pipeline jobs to find the output. I am starting to move some Jenkins jobs to GitLab-CI, and cannot figure out how to do this in GitLab-CI. Is there an easy/proper way to do this?
Thanks,