version: "1.0.0" name: coverage description: "Code coverage analysis tools. These tools help analyze and visualize code coverage for test execution, upload coverage data to Neo4j, and display coverage statistics. Available tools: run-coverage, show-coverage."
Coverage Tools
Category of tools for code coverage analysis, including running coverage analysis, uploading results to Neo4j, and visualizing coverage statistics.
Available Tools
- run-coverage: Run code coverage analysis on a specified testcase file within the coverage sandbox environment
- show-coverage: Display coverage statistics and visualize coverage results
Usage
These tools are designed to work with the coverage sandbox type, which provides the necessary environment for code coverage analysis.
Common Use Cases
- Running test coverage on test files
- Uploading coverage data to Neo4j for analysis
- Visualizing coverage statistics and identifying untested code paths
- Tracking coverage improvements over time
Requires Sandbox
coverage, neo4j