Skip to content

Commit

Permalink
Explicitly set sonarcloud coverage path (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Mar 21, 2023
1 parent 15a7cb4 commit 147ed85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
-Dsonar.projectKey=im85288_service.upnext
-Dsonar.sources=resources/lib/
-Dsonar.tests=tests/
-Dsonar.python.coverage.reportPaths=coverage.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 147ed85

Please sign in to comment.