Skip to content

Commit

Permalink
Sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmc committed Nov 21, 2024
1 parent c019abc commit ad9b5d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ jobs:
- name: Generate coverage
run: pytest --cov=. --cov-report=xml

- name: Sonar analysis
uses: sonarsource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: |
-Dsonar.python.coverage.reportPaths=coverage.xml

0 comments on commit ad9b5d7

Please sign in to comment.