GitLab
Here are all the posts tagged GitLab.
November 24, 2022 • 4 min read
How to optimize test coverage generation in PHP? A real-world case.
We were experiencing slowness generating PHP test coverage in our GitLab pipelines, and even locally using Docker. We had always used Xdebug to do that job, but as the project grows and the tests...