How much code coverage is enough?Code coverage is an important benchmark for the quality of software tests. But how much coverage really makes sense for your project?
Auto-Generating & Validating OpenAPI Docs in Rust: A Streamlined Approach with Utoipa and SchemathesisLearn to use OpenAPI documents to improve the quality of your APIs. Learn to integrate Utoipa and Schemathesis into Rust projects.
Speed up Rust CI pipelines that use TarpaulinIn this article, we'll go over some specific tips to minimize agonizingly slow recompilations while using the code coverage tool Cargo Tarpaulin.