Skip to content

Commit

Permalink
fix: update SonarCloud configuration for Python version and coverage …
Browse files Browse the repository at this point in the history
…report paths
  • Loading branch information
liudger committed Oct 8, 2024
1 parent 3283520 commit 4367fdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.projectKey=liudger_python-bsblan
-Dsonar.organization=liudger
-Dsonar.python.coverage.reportPaths=coverage.xml
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.tests=tests

sonar.python.version=3.10, 3.11
sonar.python.version=3.12
sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit 4367fdb

Please sign in to comment.