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 e7a2424 commit 229e4c0Copy full SHA for 229e4c0
.github/workflows/sonar.yml
@@ -88,7 +88,7 @@ jobs:
88
env:
89
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
91
- SONAR_HOST_URL: https://sonar-cta-dpps.zeuthen.desy.de
+ SONAR_HOST_URL: https://sonar-ctao.zeuthen.desy.de
92
with:
93
args: >
94
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
sonar-project.properties
@@ -1,4 +1,4 @@
1
-sonar.projectKey=cta-observatory_sonar-test_AZOXeA48AfB1AuE28Rx8
+sonar.projectKey=cta-observatory_sonar-test_c78f0702-3159-4be7-a6da-f5aa81d50197
2
sonar.language=python
3
sonar.python.coverage.reportPaths=coverage/coverage.xml
4
sonar.python.version=3.10
0 commit comments