Search

Items tagged with: testing


The media in this post is not displayed to visitors. To view it, please go to the original post.

Found a clever little Rust tool for spotting risky code 👀

🦀 **cargo-crap** — Compute the CRAP metric for Rust projects

📉 Combines cyclomatic complexity + test coverage to find high-risk & poorly-tested functions

⭐ GitHub: github.com/minikin/cargo-crap

➡️ Write-up: minikin.me/blog/cargo-crap

#rustlang #cargo #testing #coverage #devtools #cli #codequality