Skip to content

Commit 73f29dc

Browse files
committed
chore: use latest version of jest-coverage-report-action
1 parent e2cae44 commit 73f29dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: npm test
4545
- name: Comment Coverage on PR
4646
if: ${{ github.event_name == 'pull_request' }}
47-
uses: artiomtr/jest-coverage-report-action@v1.0
47+
uses: artiomtr/jest-coverage-report-action@fdabb5bd42fa8a55bcfdfb55d855122cabfb7911
4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
threshold: 100

0 commit comments

Comments
 (0)