Code coverage monitoring unavailable but works in MR

Hi there,

I’ve configured code coverage monitoring on my Java/Maven project using jacoco, it works well in MR and I get the number as expected at the end of the build (ignore the abysmal value lol)
image

However in the CI/CD analysis page and on the project badge I’m told there is no code coverage data available. Is there a way to fix this?

Thanks
Valerian