Skip to content

Commit

Permalink
Use SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
tattali committed May 2, 2024
1 parent 5fbf31f commit 356ff31
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
SYMFONY_DEPRECATIONS_HELPER: weak
run: vendor/bin/phpunit

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
token: ${{ secrets.CODE_COV_TOKEN }}
files: ./build/coverage.xml
verbose: true
args: >
-Dsonar.python.coverage.reportPaths=build/coverage.xml
-Dsonar.verbose=true

0 comments on commit 356ff31

Please sign in to comment.