Skip to content

Commit

Permalink
sonar token
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 11, 2023
1 parent b8278f4 commit 2e727ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/parpe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ jobs:
key: ${{ runner.os }}-sonar_cache

- name: Run sonar-scanner
if: ${{ env.SONAR_TOKEN != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
sonar-scanner \
-Dsonar.cfamily.build-wrapper-output=bw-output \
Expand Down
3 changes: 1 addition & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# https://sonarcloud.io/documentation/analysis/languages/cfamily/

sonar.host.url=https://sonarcloud.io
sonar.login=45879b85332d963bf3ead20399bf5bd2c925c156
sonar.organization=icb-dcm
sonar.projectKey=ICB-DCM_parPE

Expand All @@ -19,4 +18,4 @@ sonar.cfamily.cache.enabled=true
sonar.cfamily.cache.path=sonar_cache

sonar.python.coverage.reportPaths=build/coverage_py.xml
sonar.python.version=3.7,3.8,3.9,3.10
sonar.python.version=3.9,3.10,3.11

0 comments on commit 2e727ba

Please sign in to comment.