Skip to content

Bump mutant-minitest from 0.16.3 to 0.17.0 in /gems/redaction - #194

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/gems/redaction/mutant-minitest-0.17.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/gems/redaction/mutant-minitest-0.17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown

Bumps mutant-minitest from 0.16.3 to 0.17.0.

Changelog

Sourced from mutant-minitest's changelog.

v0.17.0 2026-09-17

  • Add mutant-test-unit, an integration for test-unit. Tests declare the subjects they cover with cover, the same way mutant-minitest does, and run with --integration test-unit. See mutant-test-unit.

  • Write the session file each time a mutation is found alive, not only at the end of the run. The session subcommands now see survivors while a long run is still going. Writes happen at most once per second.

  • The minitest integration now also loads test files under minitest/, and skips any file under a vendor/ directory.

  • Select tests from a per test coverage recording when there is one. Mutant selects a subject's tests by matching the subject's expression against each test's expression, which RSpec derives from the leading token of an example description. A spec headed describe 'clamping behaviour' covers Calculator#clamp without saying so, and its mutations report alive even though the suite kills them.

    Mutant now reads the per test data simplecov 1.2.0 and newer add to coverage/coverage.json under track_tests, and selects the tests that executed the subject's own source lines. It takes on no dependency for this, and reads coverage.json rather than the internal resultset, so it consumes simplecov's published schema.

    The default strategy is auto: use the recording when there is a usable one, and the expressions otherwise. Every run prints the strategy it settled on. --selection context_map turns every reason the recording cannot be used into a failed run, and --selection expression never reads it. --selection-path reads a report outside coverage. The same settings live under a selection key in mutant.yml.

    Subjects whose lines no test executes, such as a constant body evaluated while the suite loads, fall back to expression based selection.

    The selected tests are ordered likeliest killer first, by whether the expressions name the test, then by the share of the test's own footprint falling inside the subject, then by how much of the subject it reached. A run stops at the first failing test, so the order decides whether one test runs or all of them. Rspec picks its own order for groups and examples, so mutant installs an ordering strategy that follows the ranking. On a suite where thirty tests execute a subject incidentally and one asserts on it, this cut the examples run from 129 to 39.

    See Test Selection.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mutant-minitest](https://github.com/mbj/mutant) from 0.16.3 to 0.17.0.
- [Release notes](https://github.com/mbj/mutant/releases)
- [Changelog](https://github.com/mbj/mutant/blob/main/Changelog.md)
- [Commits](https://github.com/mbj/mutant/commits/v0.17.0)

---
updated-dependencies:
- dependency-name: mutant-minitest
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 20, 2026
@codecov

codecov Bot commented Sep 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.69%. Comparing base (f431439) to head (707f5db).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #194   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files         238      238           
  Lines       10138    10138           
  Branches     1503     1503           
=======================================
  Hits        10107    10107           
  Misses         23       23           
  Partials        8        8           
Flag Coverage Δ *Carryforward flag
active_job 99.68% <ø> (ø) Carriedforward from f431439
core 99.78% <ø> (ø) Carriedforward from f431439
gcp 100.00% <ø> (ø) Carriedforward from f431439
karafka 100.00% <ø> (ø) Carriedforward from f431439
rack 100.00% <ø> (ø) Carriedforward from f431439
ractor 99.51% <ø> (ø) Carriedforward from f431439
rails 99.45% <ø> (ø) Carriedforward from f431439
rails_support 100.00% <ø> (ø) Carriedforward from f431439
redaction 100.00% <ø> (ø)
semantic_logger 98.01% <ø> (ø) Carriedforward from f431439

*This pull request uses carry forward flags. Click here to find out more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants