Skip to content

Commit

Permalink
docker: Bump cargo-tarpaulin to 0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Feb 14, 2024
1 parent 91855c3 commit 222a16d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .buildkite/code.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ steps:
- make build-helpers
- export OASIS_STORAGE_PROTOCOL_SERVER_BINARY=$(realpath go/storage/mkvs/interop/mkvs-test-helpers)
- .buildkite/rust/coverage.sh
# Don't cause the build to fail, as tarpaulin is pretty unstable at the moment.
soft_fail: true
retry:
<<: *retry_agent_failure
plugins:
Expand Down
1 change: 1 addition & 0 deletions .changelog/5558.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker: Bump cargo-tarpaulin to 0.27.3
2 changes: 1 addition & 1 deletion docker/oasis-core-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN wget -O codecov https://codecov.io/bash && \
mv codecov /usr/local/bin

# Install tarpaulin.
RUN cargo install --version 0.25.0 cargo-tarpaulin
RUN cargo install --version 0.27.3 cargo-tarpaulin

0 comments on commit 222a16d

Please sign in to comment.