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 ebf27ab commit 726cdd3Copy full SHA for 726cdd3
.github/workflows/pyci.yml
@@ -26,5 +26,10 @@ jobs:
26
make test-coverage
27
- name: SonarQubeScan
28
uses: SonarSource/sonarqube-scan-action@v4
29
- env:
+ env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
+ with:
32
+ args:
33
+ sonar.projectKey=hexlet-boilerplates_python-package
34
+ sonar.organization=hexlet-boilerplates
35
+ sonar.python.coverage.reportPaths=coverage.xml
0 commit comments