- ALM used (GitHub)
- CI system used (Jenkins)
- Scanner command used when applicable
sonar-scanner -Dsonar.pullrequest.key=THE-KEY
sonar.projectKey=project_key
sonar.organization=organisation
sonar.host.url=https://sonarcloud.io
sonar.php.coverage.reportPaths=coverage-report-phpunit.xml
sonar.php.tests.reportPath=tests-report-phpunit.xml
sonar.sources=src
sonar.tests=tests
sonar.qualitygate.wait=true
sonar.scm.disabled=true
- Languages of the repository (PHP)
- Error observed (No error)
Hi! I have two issues, but Iām not sure whether they are related to each other. First is the Component key not found on Sonarcloud UI, but the sonar scanner is passing through.
Secondly, we recently created new quality gate with code coverage for new code, and even though the UI shows that there is 0% coverage in the PR and the minimum required is ex. 90% the quality gate is still successful