We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3540725 commit 78f7216Copy full SHA for 78f7216
.github/workflows/tests.yml
@@ -122,7 +122,7 @@ jobs:
122
- name: Run tests and generate coverage report
123
run: cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info
124
- name: Upload coverage to Coveralls
125
- uses: coverallsapp/github-action@v2.2.0
+ uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
126
with:
127
file: ./lcov.info
128
0 commit comments