Skip to content

Commit

Permalink
Make SonarCloud find the coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
JenSte committed Oct 19, 2024
1 parent 8383eb5 commit 3f75eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -85,6 +85,7 @@ jobs:
with:
pattern: coverage-*
path: coverage/
merge-multiple: true
- name: Run SonarCloud scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sonar.projectVersion=1.0.0
sonar.sources=aiotus
sonar.tests=tests
sonar.python.version=3.9, 3.10, 3.11, 3.12, 3.13
sonar.python.coverage.reportPaths=coverage/coverage-*.xml

0 comments on commit 3f75eb5

Please sign in to comment.