We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf503f commit 2f8f04dCopy full SHA for 2f8f04d
.github/workflows/workflow.yml
@@ -39,5 +39,8 @@ jobs:
39
env:
40
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41
with:
42
+ # NOTE: https://sonarcloud.io/project/information?id=hexlet-boilerplates_php-package
43
args: >
44
+ -Dsonar.projectKey=hexlet-boilerplates_php-package
45
+ -Dsonar.organization=hexlet-boilerplates
46
-Dsonar.php.coverage.reportPaths=build/logs/clover.xml
0 commit comments