Skip to content

Commit

Permalink
chore(ci): update tarpaulin to latest
Browse files Browse the repository at this point in the history
Latest version of cargo-tarpaulin (0.28.0) now
supports llvm 18, so we'll no longer get
profparsers error when running tests with Rust
nightly (or >= 1.78.0).
  • Loading branch information
pedromfedricci committed Apr 15, 2024
1 parent 12fdc6e commit 94744ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ jobs:
name: Coverage
runs-on: ubuntu-latest
container:
# TODO: tarpaulin is currently failing to parse reports with llvm engine
# for Rust >= 1.77 because of the llvm 18 update. Version 0.27.3 pulls
# Rust 1.76.0.
image: xd009642/tarpaulin:0.27.3
image: xd009642/tarpaulin:latest
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
Expand Down

0 comments on commit 94744ab

Please sign in to comment.