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 c72b379 commit cbcbe2dCopy full SHA for cbcbe2d
.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@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
+ uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041 # v2.3.1
132
with:
133
file: ./lcov.info
134
0 commit comments