Skip to content

Commit

Permalink
Update cargo-llvm-cov to new version with relative paths.
Browse files Browse the repository at this point in the history
Workaround for failing Win coverage with too-long command.

Rebased on main.
  • Loading branch information
Ashley Anderson committed Jan 24, 2022
1 parent 0c8e432 commit e88efc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
host=$(rustc -Vv | grep host | sed 's/host: //')
curl -fsSL https://github.com/taiki-e/cargo-llvm-cov/releases/download/v${CARGO_LLVM_COV_VERSION}/cargo-llvm-cov-"$host".tar.gz | tar xzf - -C ~/.cargo/bin
env:
CARGO_LLVM_COV_VERSION: 0.1.15
CARGO_LLVM_COV_VERSION: 0.1.16
- run: pip install -U pip nox
- run: |
cargo xtask coverage --output-lcov coverage.lcov
Expand Down

0 comments on commit e88efc7

Please sign in to comment.