Initial commit
This commit is contained in:
7
skills/test-coverage-analyzer/scripts/README.md
Normal file
7
skills/test-coverage-analyzer/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user