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 3baadb1 commit c604f5cCopy full SHA for c604f5c
.github/workflows/pr-checks.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: All tests
52
run: yarn test
53
- name: Add coverage comment
54
- uses: ScaCap/code-coverage-assistant@releases/v2
+ uses: ScaCap/code-coverage-assistant@master
55
with:
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
lcov-file: ./coverage/lcov.info
0 commit comments