# 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.