I run three jobs that generate coverage reports. When looking at the jobs list, we see that the three jobs have finished running, and have generated a coverage report, that we properly parsed (using the regular expressions in the gitlab-ci.yml).
However, when opening the analytics/repository, we see no data on code coverage.
It may be interesting to know that the pipelines never actually fully end, because we have a couple manual jobs at the end, for release, that we rarely activate.
So, why don’t we see any data in the repository, and do you have any idea how to show it ?