Cobertura coverage not showing in diff or jobs

@jheimbuck_gl I have added an after script containing the following

- sed -i 's;filename=";filename="feature1/;g'
- sed -i 's;myproject/feature1;myproject;g'

I have downloaded the report artifact and it looks right now

<source>/builds/mycompany/mygroup/myrepo</source>
...
...
<class name="ThemeProvider.tsx" filename="sdk/src/contexts/ThemeProvider.tsx" line-rate="1" branch-rate="1">

I am still not seeing code overage in the MR diff view, I am also still not seeing a code coverage % in the CI => Jobs page either.

If you have any ideas or a course of action you would recommend please let me know as I am running out of ideas. I was considering opening an issue, but I want to make 100% sure that this isn’t a user error before I do. Thank you for your guidance.