Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr33ndev committed Jul 7, 2022
2 parents ed5b2a9 + b4b483a commit fc805d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonarqube-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm ci
- name: Unit Tests with Coverage
run: npm run test:unit -- --coverage --testResultsProcessor=jest-sonar-reporter
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit fc805d7

Please sign in to comment.