Skip to content

Commit

Permalink
PREM-445 (#176)
Browse files Browse the repository at this point in the history
* Sonar Scan for Premier

* Sonar Scan for Premier

* Sonar Scan for Premier

---------

Co-authored-by: Sayali M <sayali@Sayalis-MacBook-Pro>
  • Loading branch information
sayaliM0412 and Sayali M authored Mar 7, 2024
1 parent 408fcaa commit 94733f2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sonar-jest-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Sonar Scan for jest

on:
workflow_call:

jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install dependencies
run: yarn

- name: Test and coverage
run: yarn jest --coverage

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 94733f2

Please sign in to comment.