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 4f1a42d commit 0851455Copy full SHA for 0851455
.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@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
+ uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
132
with:
133
file: ./lcov.info
134
0 commit comments