forked from mirrors/gstreamer-rs
ci: use latest grcov release
0.8.0 now display a warning but no longer panic on the overflow issue.
This commit is contained in:
parent
c22a863a57
commit
ba0b9801e3
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: '2021-04-15.0'
|
||||
GST_RS_IMG_TAG: '2021-04-23.0'
|
||||
GST_RS_STABLE: '1.51.0'
|
||||
GST_RS_MSRV: '1.51.0'
|
||||
|
|
|
@ -29,8 +29,7 @@ fi
|
|||
|
||||
# coverage tools
|
||||
if [ "$RUST_VERSION" = "nightly" ]; then
|
||||
# current version is failing because of https://github.com/mozilla/grcov/issues/555
|
||||
cargo install grcov --version 0.6.1
|
||||
cargo install grcov
|
||||
rustup component add llvm-tools-preview
|
||||
pip3 install lcov_cobertura
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue