File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5555 run : tox
5656 - name : Override Coverage Source Path for Sonar
5757 run : sed -i "s/<source>\/home\/runner\/work\/caldera\/caldera/<source>\/github\/workspace/g" /home/runner/work/caldera/caldera/coverage.xml
58- - name : SonarCloud Scan
59- uses : SonarSource/sonarcloud-github -action@49e6cd3b187936a73b8280d59ffd9da69df63ec9
58+ - name : SonarQube Scan
59+ uses : SonarSource/sonarqube-scan -action@v5.3.0
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6262 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ sonar.sources=./app
1111# Encoding of the source code. Default is default system encoding
1212# sonar.sourceEncoding=UTF-8
1313
14- sonar.python.version =3.9,3.10,3.11
14+ sonar.host.url =https://sonarcloud.io
15+
16+ sonar.python.version =3.10,3.11,3.12
1517sonar.python.coverage.reportPaths =coverage.xml
1618
1719# Make an exception to Link's constructor, since it requires a refactor to pass
You can’t perform that action at this time.
0 commit comments