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 6186382 commit 57ee45fCopy full SHA for 57ee45f
.github/workflows/pyci.yml
@@ -30,6 +30,6 @@ jobs:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
with:
32
args: >
33
- -Dsonar.projectKey=hexlet-boilerplates_python-package
34
- -Dsonar.organization=hexlet-boilerplates
+ -Dsonar.projectKey=DenisShutov_python-package
+ -Dsonar.organization=denisshutov
35
-Dsonar.python.coverage.reportPaths=coverage.xml
0 commit comments