Acerca de
This Claude Code skill empowers developers to measure, visualize, and enforce code coverage within Rust projects using the cargo-llvm-cov tool. It provides a comprehensive suite of commands for generating various report formats—including HTML, LCOV, JSON, and Cobertura—while offering seamless integration with CI platforms like GitHub Actions, Codecov, and Coveralls. By leveraging LLVM's source-based coverage, it ensures high accuracy and supports advanced features like branch coverage (on nightly) and parallel test execution through cargo-nextest, making it essential for maintaining high-quality, well-tested Rust codebases.