Skip to content

Commit

Permalink
feat: uphrade coverage report action
Browse files Browse the repository at this point in the history
  • Loading branch information
alichherawalla committed Apr 15, 2024
1 parent 451b0fe commit dd9d814
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ jobs:
install-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install npm dependencies
run: |
yarn
- name: Lint
run: |
npm run lint
- name: Test and generate coverage report
uses: artiomtr/jest-coverage-report-action@v2.0-rc.1
uses: artiomtr/jest-coverage-report-action@v2.2.9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
threshold: 80
package-manager: yarn
skip-step: install
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit dd9d814

Please sign in to comment.