Skip to content

Commit 726cdd3

Browse files
committed
add sonar keys
1 parent ebf27ab commit 726cdd3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pyci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@ jobs:
2626
make test-coverage
2727
- name: SonarQubeScan
2828
uses: SonarSource/sonarqube-scan-action@v4
29-
env:
29+
env:
3030
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

Comments
 (0)