Navigate to Settings > CI/CD > General Pipelines and in the Test Coverage Parsing field add the same regular expression that we used in the job ^\s*Lines:\s*\d+.\d+\%
this is not possible anymore in gitlab. you just have to use the coverage-property on the job (like described in the blog post!)
this is not possible anymore in gitlab. you just have to use the coverage-property on the job (like described in the blog post!)
You're right. I've updated it thank you!