Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:32 +08:00
commit bdbf04e5aa
11 changed files with 596 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for test-coverage-analyzer skill
- [ ] analyze_coverage.py: Script to execute coverage analysis using a specified coverage tool (e.g., coverage.py, nyc) and threshold.
- [ ] generate_report.py: Script to generate a detailed coverage report in various formats (e.g., HTML, XML, text).
- [ ] find_untested_code.py: Script to identify specific lines or functions of code that lack test coverage.