There was an error while loading. Please reload this page.
2 parents 53470d4 + 94e3b63 commit e646cecCopy full SHA for e646cec
1 file changed
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: Cache build artifacts
109
uses: Swatinem/rust-cache@42dc69e1aa15d09112580998cf2ef0119e2e91ae # v2
110
- name: Install cargo-llvm-cov
111
- uses: taiki-e/install-action@b98dda19e8b67e904c9e78a0cbd773be4105a74f # cargo-llvm-cov
+ uses: taiki-e/install-action@8dc1a448f03edf5b0d5a9bb37d054545b2fe246e # cargo-llvm-cov
112
- name: Generate coverage
113
run: cargo llvm-cov --lcov --output-path lcov.info
114
- name: Report to codecov.io
0 commit comments