Skip to content

Commit

Permalink
rust: bump tarpaulin to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Aug 10, 2021
1 parent 27f38aa commit 39f28b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/code.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ steps:
####################################

- label: Coverage Rust crates
branches: master stable/*
branches: master stable/* ptrus/feature/bump-tarpaulin
command:
# Build storage interoperability test helpers first.
- make build-helpers
Expand Down
2 changes: 1 addition & 1 deletion docker/testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN wget -O codecov https://codecov.io/bash && \

# Install tarpaulin.
RUN RUSTFLAGS="--cfg procmacro2_semver_exempt" \
cargo install --version 0.16.0 cargo-tarpaulin
cargo install --version 0.18.0 cargo-tarpaulin

0 comments on commit 39f28b3

Please sign in to comment.