Analyseur de Couverture de Tests

Analysez les lacunes de couverture et generez des tests cibles pour les branches et fonctions non couvertes.

Spar Skills Guide Bot
TestingIntermédiaireVerified100/1001 vues0 installations27/02/2026
Claude CodeCursor
code-coveragetestingqualitymutation-testing

Test Coverage Analyzer

Identify and fill gaps in test coverage.

When to Use

  • Coverage below target threshold
  • Need to find untested critical paths
  • Improving test quality, not just quantity

Instructions

  1. Run coverage report and analyze results
  2. Identify critical uncovered code paths
  3. Prioritize by risk and importance
  4. Generate tests for uncovered branches
  5. Add integration tests for uncovered interactions
  6. Measure mutation testing scores
  7. Set up coverage gates in CI

Skills similaires