Skip to content

The Mutant Report™ #58

The Mutant Report™

The Mutant Report™ #58

Triggered via schedule April 5, 2026 00:44
Status Success
Total duration 11m 23s
Artifacts

cargo-mutants.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
cargo_mutants
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/github-script@v6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Missed mutant: src/screens/mod.rs#L27
replace init_state with ()
Missed mutant: src/logger.rs#L71
replace <impl Write for InMemoryWriter>::write -> io::Result<usize> with Ok(1)
Missed mutant: src/logger.rs#L71
replace <impl Write for InMemoryWriter>::write -> io::Result<usize> with Ok(0)
Missed mutant: src/logger.rs#L51
replace dump with ()
Missed mutant: src/logger.rs#L34
replace install with ()
Missed mutant: src/cli.rs#L10
replace version -> String with "xyzzy".into()
Missed mutant: src/cli.rs#L10
replace version -> String with String::new()
Missed mutant: src/backend/mod.rs#L64
replace <impl JujutsuShell for RealJujutsuShell>::execute -> Result<String> with Ok("xyzzy".into())
Missed mutant: src/backend/mod.rs#L64
replace <impl JujutsuShell for RealJujutsuShell>::execute -> Result<String> with Ok(String::new())
Missed mutant: src/main.rs#L16
replace main with ()