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 c3ede8f commit 80b0a1dCopy full SHA for 80b0a1d
.github/workflows/tests.yml
@@ -134,7 +134,7 @@ jobs:
134
- name: Run tests and generate coverage report
135
run: cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info
136
- name: Upload coverage to Coveralls
137
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
138
with:
139
file: ./lcov.info
140
0 commit comments