Skip to content

Commit 9a3183b

Browse files
committed
Redo
1 parent 0cfefeb commit 9a3183b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
slug: Laerdal/python-objdictgen
4141
- name: SonarCloud Scan
4242
uses: SonarSource/sonarcloud-github-action@master
43+
args: >
44+
-Dsonar.projectKey=Laerdal_python-objdictgen
45+
-Dsonar.organization=laerdal-foss
46+
-Dsonar.python.coverage.reportPaths=coverage.xml
4347
env:
4448
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

0 commit comments

Comments
 (0)