Skip to content

Commit 0cfefeb

Browse files
committed
New attempt
1 parent 2c2fb7b commit 0cfefeb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/python-package.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ jobs:
4141
- name: SonarCloud Scan
4242
uses: SonarSource/sonarcloud-github-action@master
4343
env:
44-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
44+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
45+
args: >
46+
-Dsonar.projectKey=Laerdal_python-objdictgen
47+
-Dsonar.organization=laerdal-foss
48+
-Dsonar.python.coverage.reportPaths=coverage.xml

sonar-project.properties

-3
This file was deleted.

0 commit comments

Comments
 (0)