File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : cimg/rust:1.59 .0
5
+ - image : cimg/rust:1.60 .0
6
6
steps :
7
7
- checkout
8
8
- run :
Original file line number Diff line number Diff line change 3
3
set -o errexit
4
4
set -o pipefail
5
5
6
- # We are using an older version of the toolchain for now as there is a bug with
7
- # coverage generation. See https://github.com/rust-lang/rust/issues/79645
8
- export RUSTUP_TOOLCHAIN=nightly-2022-01-09
9
-
10
- # cargo-llvm-cov requires the nightly compiler to be installed
11
- rustup toolchain install $RUSTUP_TOOLCHAIN
12
- rustup component add llvm-tools-preview --toolchain $RUSTUP_TOOLCHAIN
6
+ rustup component add llvm-tools-preview
13
7
cargo install cargo-llvm-cov
14
8
15
9
# generate coverage report to command line by default; otherwise allow
You can’t perform that action at this time.
0 commit comments