Skip to content

Commit

Permalink
Fix wrongly named file upload to Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHagen authored Jun 4, 2024
1 parent 1c48f80 commit 32e96ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
-Dsonar.sources=gc_meox_tms/
-Dsonar.tests=tests/
-Dsonar.python.coverage.reportPaths=coverage.xml
-Dsonar.python.xunit.reportPath=xunit-results.xml
-Dsonar.python.xunit.reportPath=xunit-result.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 32e96ce

Please sign in to comment.