Skip to content

Commit

Permalink
Added jest coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
jcendava committed Jun 7, 2024
1 parent 31d544d commit 7b08073
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,22 @@ permissions:
pull-requests: read # allows SonarCloud to decorate PRs with analysis results

jobs:
Analysis:

Test Coverage:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm
- name: Test and coverage
run: npm run coverage

Analysis:
name: SonarCloud Analysis
runs-on: ubuntu-latest
steps:
- name: Analyze with SonarCloud

Expand Down

0 comments on commit 7b08073

Please sign in to comment.