We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cae44 commit 73f29dcCopy full SHA for 73f29dc
.github/workflows/module.yml
@@ -44,7 +44,7 @@ jobs:
44
run: npm test
45
- name: Comment Coverage on PR
46
if: ${{ github.event_name == 'pull_request' }}
47
- uses: artiomtr/jest-coverage-report-action@v1.0
+ uses: artiomtr/jest-coverage-report-action@fdabb5bd42fa8a55bcfdfb55d855122cabfb7911
48
with:
49
github_token: ${{ secrets.GITHUB_TOKEN }}
50
threshold: 100
0 commit comments