coverage-check

Solid

Check test coverage and identify files below 80% threshold. Use before committing to avoid SonarCloud failures.

AI & Automation 180 stars 58 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
26
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Coverage Check Run the test suite with coverage reporting and identify gaps. ## Steps 1. Run: `uv run pytest --cov=app --cov-report=term-missing --cov-fail-under=80` 2. Parse the output to find files below 80% coverage 3. For each file below threshold, list the uncovered line ranges 4. Summarize: total coverage, files below 80%, and which code paths need tests 5. If coverage is below 80%, suggest specific test cases to write Report the results concisely. Do not write tests unless asked — just identify the gaps.

Details

Author
pavelzbornik
Repository
pavelzbornik/whisperX-FastAPI
Created
2 years ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category