Skip to content

Commit

Permalink
chore: add Sonar Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-lm committed Dec 7, 2023
1 parent ca81f0c commit 52a581a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ jobs:
DB_HOST: localhost
- name: Generate Sonar-metrics
run: coverage report
- name: Sonar Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}

0 comments on commit 52a581a

Please sign in to comment.