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 e2ae338 commit 6f9eacbCopy full SHA for 6f9eacb
.cirrus.yml
@@ -170,7 +170,7 @@ analysis_linux_task:
170
- poetry run mypy src/ > mypy-report.txt || true # mypy exits with 1 if there are errors
171
- uv venv
172
- source .venv/bin/activate
173
- - uv pip install pysonar-scanner
+ - uv pip install pysonar
174
- . .cirrus/analysis.sh
175
always:
176
pytest_artifacts:
.cirrus/analysis.sh
@@ -2,7 +2,7 @@
2
3
function run_analysis {
4
# extra analysis parameters are set in the 'sonar-project.properties'
5
- pysonar-scanner \
+ pysonar \
6
-Dsonar.host.url="$SONAR_HOST_URL" \
7
-Dsonar.token="$SONAR_TOKEN" \
8
-Dsonar.analysis.buildNumber=$CI_BUILD_NUMBER \
0 commit comments