Skip to content

Commit

Permalink
add test coverage to the sonar action
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Nov 27, 2024
1 parent 3d573a5 commit 3b2f455
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install dependencies
run: yarn
- name: Test and coverage
run: yarn jest --coverage
- name: SonarQube Cloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 3b2f455

Please sign in to comment.