Skip to content

Commit

Permalink
Bump cargo-mutants and cargo-tarpaulin to latest
Browse files Browse the repository at this point in the history
Update all cargo tooling (listed in the prerequisites section of the
Contributing Guidelines) to the latest version. `cargo-all-features` and
`cargo-deny` don't have a new version available. `cargo-mutants` bumped
from 23.5.0 to 23.6.0 with a myriad of improvements. `cargo-tarpualin`
bumped from 0.25.2 to 0.26.1 with some fixes and improvements.

Since no new features are utilized the minimum versions of these tools
listed in the Contributing Guidelines have not been updated.

Besides staying up-to-date, these updates should help improve the
visibility into the quality of the tests of this project.
  • Loading branch information
ericcornelissen committed Jul 28, 2023
1 parent 895084d commit 036bf3f
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 @@ -125,7 +125,7 @@ jobs:
- name: Install cargo-tarpaulin
uses: taiki-e/install-action@1d74f337f279f52e54c352ebe5b96eaa36c948d3 # v2.9.0
with:
tool: cargo-tarpaulin@0.25.2
tool: cargo-tarpaulin@0.26.1
- name: Run all tests with coverage
run: just ci-coverage
- name: Upload coverage report
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Install cargo-mutants
uses: taiki-e/install-action@1d74f337f279f52e54c352ebe5b96eaa36c948d3 # v2.9.0
with:
tool: cargo-mutants@23.5.0
tool: cargo-mutants@23.6.0
- name: Run mutation tests
run: just ci-mutation
- name: Upload mutation report
Expand Down

0 comments on commit 036bf3f

Please sign in to comment.