一键导入
show-coverage-one-testcase
Show code coverage results for a specified file and testcase within the sandbox environment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show code coverage results for a specified file and testcase within the sandbox environment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Technical reference for OpenSage-ADK — a Google ADK-based framework for long-horizon, tool-heavy AI agents. Covers architecture, configuration, customization, extension, and production agent patterns.
Find testcase IDs (TESTCASE nodes) that cover a given function (METHOD node) in Neo4j.
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.
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Standalone `mmp` executable for managing multiple MCP servers from a loaded gateway config.
Neo4j database management and query tools. These tools help interact with Neo4j databases for code analysis, graph queries, and data management. Available tools: neo4j-query.
| name | show-coverage-one-testcase |
| description | Show code coverage results for a specified file and testcase within the sandbox environment. |
| should_run_in_sandbox | coverage |
| returns_json | false |
Show coverage for a specified testcase and function.
TARGET_BINARY=/path/to/target /bash_tools/coverage/show-coverage-one-testcase/scripts/show_coverage.sh <testcase_path> <function_name> [file_path]
Type: str
The absolute path to the testcase file (must be in /shared).
Type: str
Path to the target binary to show coverage for.
Type: str
The name of the function.
Type: str
The absolute path to the file of the function.
Returns text output with coverage details from llvm-cov show command.
coverage