ci: Use stable rust for code coverage

Signed-off-by: Xuanwo <github@xuanwo.io>
pull/282/head
Xuanwo 2022-05-03 15:56:59 +07:00
parent 72533ab325
commit 3939359617
No known key found for this signature in database
GPG Key ID: C423B4FA6B48E945
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo +stable llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with: