-

Add Laravel coverage result to your gitlab tests
For this project I was using Laravel 12 and PhpUnit 11 with PCOV for coverage. What I wanted to do was to have the test result’s coverage percentage to show up in gitlab but it’s not showing up. My gitlab-ci.yaml file correctly uploads the artifacts for the generated cobertura formatted xml file and the “coverage”…








