Adding PHPUnit Test Log and Coverage to GitLab CI/CD Pipeline
In this tutorial we are going to setup a GitLab CI/CD job that can run your PHPUnit test suite and extract a testing report plus the overall coverage. First, we need to setup our server and install the required tools. DigitalOcean has many useful tut...
Apr 22, 20227 min read350



