File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 - name : Run test coverage
2525 run : |
2626 make test-coverage
27- - name : SonarQubeScan
28- uses : SonarSource/sonarqube-scan-action@v7
29- env :
30- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
31- with :
32- args : >
33- -Dsonar.projectKey=hexlet-boilerplates_python-package
34- -Dsonar.organization=hexlet-boilerplates
35- -Dsonar.python.coverage.reportPaths=coverage.xml
27+ # - name: SonarQubeScan
28+ # uses: SonarSource/sonarqube-scan-action@v7
29+ # env:
30+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31+ # with:
32+ # args: >
33+ # -Dsonar.projectKey=hexlet-boilerplates_python-package
34+ # -Dsonar.organization=hexlet-boilerplates
35+ # -Dsonar.python.coverage.reportPaths=coverage.xml
Original file line number Diff line number Diff line change 1- def half (num ) :
1+ def half (num : int ) -> float :
22 return num / 2
You can’t perform that action at this time.
0 commit comments