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 fde5253 commit 7005e7eCopy full SHA for 7005e7e
.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@1134c89e4bf10443bf8f0ec69640b667cfd91041 # v2.3.1
+ uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
30
with:
31
github-token: ${{ secrets.GITHUB_TOKEN }}
32
file: coverage.info
0 commit comments