Skip to content

Commit

Permalink
ci: update code-coverage image
Browse files Browse the repository at this point in the history
So we can use a newer rust version when checking code coverage, and our
compile tests don't fail because of mismatched error messages.
  • Loading branch information
Stebalien committed Oct 23, 2024
1 parent 2bc6cd7 commit 8c6a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
name: Code Coverage
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:0.30.0
image: xd009642/tarpaulin:0.31.2
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
Expand Down

0 comments on commit 8c6a9f4

Please sign in to comment.