Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ biome = "1.9.5-nightly.ff02a0b"
"cargo:cargo-codspeed" = "4.1.0"
"cargo:cargo-hack" = "0.6.37"
"cargo:cargo-insta" = "1.43.1"
"cargo:cargo-llvm-cov" = "0.6.18"
"cargo:cargo-llvm-cov" = "0.8.0"
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cargo-llvm-cov 0.8.0 is the release where the upstream “subcommands other than report/clean …” check is an error (reverted to a warning in 0.8.1); since we run cargo llvm-cov … test in .config/mise/tasks/test/unit.sh, this pin could cause coverage runs to fail in that scenario. If you see that behavior, moving the pin to 0.8.1+ should avoid it.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"cargo:cargo-nextest" = "0.9.103"
just = "1.43.1"
markdownlint-cli2 = "0.19.1"
Expand Down
Loading