PHP laravel projet

why got coverage 0?

conditions I have used
sonar.projectKey=PHP
sonar.projectName=PHP
sonar.projectVersion=1.0
sonar.sources=/var/lib/jenkins/workspace/Php-Laravel
sonar.ws.timeout=3000
phpmodule.sonar.language=php

Hello and welcome to the community! To see the code coverage you first have to run PHPUnit and then import the results into SonarQube/SonarCloud. You can find more information here: https://docs.sonarqube.org/latest/analysis/coverage/