Skip to content

Commit

Permalink
ci: add sonarcloud coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ythepaut committed Apr 26, 2024
1 parent 75770db commit 92bfe9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ jobs:
run: npm test
- name: Run lint
run: npm run lint
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

0 comments on commit 92bfe9d

Please sign in to comment.