Skip to content

Commit

Permalink
update jest action version
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen committed Mar 12, 2024
1 parent cc6899a commit 33f7dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: 'jest.config.json'
prop_path: 'coverageThreshold.global.statements'
- name: Test and generate coverage report
uses: artiomtr/jest-coverage-report-action@v2.0-rc.1
uses: artiomtr/jest-coverage-report-action@v2.0-rc.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
threshold: ${{steps.threshold.outputs.prop}}
Expand Down

0 comments on commit 33f7dc4

Please sign in to comment.