ci: use cargo-llvm-cov v0.5.31

This commit is contained in:
Tsiry Sandratraina
2023-11-01 10:37:59 +00:00
parent 7f7c9f8882
commit 7258760f59
2 changed files with 1 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ export const test = async (src = ".") => {
])
.withExec([
"wget",
"https://github.com/taiki-e/cargo-llvm-cov/releases/download/v0.5.36/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz",
"https://github.com/taiki-e/cargo-llvm-cov/releases/download/v0.5.31/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz",
])
.withExec([
"tar",

Binary file not shown.