Skip to content

Commit 0b36d8f

Browse files
committed
Use pysonar instead of pysonar-scanner
1 parent e2ae338 commit 0b36d8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ analysis_linux_task:
170170
- poetry run mypy src/ > mypy-report.txt || true # mypy exits with 1 if there are errors
171171
- uv venv
172172
- source .venv/bin/activate
173-
- uv pip install pysonar-scanner
173+
- uv pip install pysonar
174174
- . .cirrus/analysis.sh
175175
always:
176176
pytest_artifacts:

.cirrus/analysis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
function run_analysis {
44
# extra analysis parameters are set in the 'sonar-project.properties'
5-
pysonar-scanner \
5+
pysonar \
66
-Dsonar.host.url="$SONAR_HOST_URL" \
77
-Dsonar.token="$SONAR_TOKEN" \
88
-Dsonar.analysis.buildNumber=$CI_BUILD_NUMBER \

0 commit comments

Comments
 (0)