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 1222746 commit 48e93c6Copy full SHA for 48e93c6
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: lcov --capture -d '.' --exclude '/usr*' -o coverage.info
27
- name: Upload coverage
28
if: github.repository == 'c9s/r3'
29
- uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
+ uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
30
with:
31
github-token: ${{ secrets.GITHUB_TOKEN }}
32
file: coverage.info
0 commit comments