Hi everyone! I’m getting some troubles with cobertura visualization on MR.
I’m using a self-managed gitlab13.8.4-ee, on a VM: ubuntu20.04, using dockers containers running on that VM. Host> MBP with OSX 16’: Catalina.
I have a very simple pipeline, it passed without problem, all good with that.
But… When I try to visualize the coverage in the MR [[Test Coverage Visualization | GitLab]] It just don’t happen.
I will append my gradle + gitlab-ci.yml.
.gitlab-ci.yml, that python script translates the coverage report to cobertura…
app/build.gradle
My project structure is standard, I’m just messing around with a dummie Android App.
Finally I this is part of the python script output, cobertura.xml, i was reading about something related with paths and relative paths… but I can figure the solution tbh.
Please let me know if I am missing some data.
I will appreciate any help in advance! Thank you!