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 782dd67 commit df670c3Copy full SHA for df670c3
.github/workflows/tests.yml
@@ -128,7 +128,7 @@ jobs:
128
- name: Run tests and generate coverage report
129
run: cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info
130
- name: Upload coverage to Coveralls
131
- uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041 # v2.3.1
+ uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
132
with:
133
file: ./lcov.info
134
0 commit comments