What is check-rust-coverage?
Check which Rust lines are not covered by Rust tests. Use this when you developed new Rust code and want to ensure it is tested. Source: redisearch/redisearch.
Check which Rust lines are not covered by Rust tests. Use this when you developed new Rust code and want to ensure it is tested.
Quickly install check-rust-coverage AI skill to your development environment via command line
Source: redisearch/redisearch.
Determine which Rust lines are not covered by Rust tests.
If a path doesn't include src/, assume it to be in the src/redisearchrs directory. E.g. numericrangetree becomes src/redisearchrs/numericrangetree. If a path points to a directory, consider all Rust crates in that directory.
to get the list of uncovered lines for each file in the target crate.
Check which Rust lines are not covered by Rust tests. Use this when you developed new Rust code and want to ensure it is tested. Source: redisearch/redisearch.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/redisearch/redisearch --skill check-rust-coverageCheck which Rust lines are not covered by Rust tests. Use this when you developed new Rust code and want to ensure it is tested. Source: redisearch/redisearch.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/redisearch/redisearch --skill check-rust-coverage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/redisearch/redisearch