Skip to content

Commit

Permalink
Measure test coverage on stable Rust
Browse files Browse the repository at this point in the history
Tarpaulin does not require a nightly compiler anymore, and by switching
to the stable releases we increase the stability and reliability of the
test suite.
  • Loading branch information
jdno committed Mar 18, 2024
1 parent b5fcd39 commit abb52f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: needs.detect-changes.outputs.any_changed == 'true'

container:
image: xd009642/tarpaulin:develop-nightly
image: xd009642/tarpaulin:0.27.3-slim
options: --security-opt seccomp=unconfined

steps:
Expand All @@ -94,7 +94,7 @@ jobs:

- name: Run tests with test coverage
run: |
cargo +nightly tarpaulin \
cargo tarpaulin \
--all-features \
--engine llvm \
--out xml \
Expand Down

0 comments on commit abb52f0

Please sign in to comment.