/configure:coverage Check and configure code coverage thresholds and reporting for test frameworks. When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Setting up coverage thresholds for Vitest, Jest, pytest, or Rust | Running tests with coverage ( ) | | Configuring coverage reporters (text, JSON, HTML, lcov) | Configuring the test framework itself ( ) | | Adding Codecov or Coveralls integration to CI/CD | Analyzing test failures (test-runner agent) | | Auditing coverage configuration compliance across a…