Code coverage in analytics/repository not shown, although shown in jobs

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).
Capture d’écran 2023-07-31 à 11.43.01

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 ?

I am seeing this same exact problem. Our pipelines and jobs do end properly. We see coverage statistics on the pipelines and jobs, but not on the Analytics report. And only on 1 of our 80 projects. This also breaks the group-level analytics report which tries to process that project but the GraphQL response has a null for totalCoverageStats. This is clearly some type of bug.