Add LLM Tool for Accessing Coverage Reports#1187
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
/gcbrun exp -n pamusuo -m vertex_ai_gemini-2-5-pro-chat -ag |
|
Requested GKE Job: ofg-pr-1187-pamusuo JOB: https://console.cloud.google.com/kubernetes/job/us-central1-c/llm-experiment/default/ofg-pr-1187-pamusuo |
|
/gcbrun exp -n pamusuo -m vertex_ai_gemini-2-5-pro-chat -ag |
|
Requested GKE Job: ofg-pr-1187-pamusuo JOB: https://console.cloud.google.com/kubernetes/job/us-central1-c/llm-experiment/default/ofg-pr-1187-pamusuo |
|
/gcbrun exp -n pamusuo -m vertex_ai_gemini-2-5-pro-chat -ag |
|
Requested GKE Job: ofg-pr-1187-pamusuo JOB: https://console.cloud.google.com/kubernetes/job/us-central1-c/llm-experiment/default/ofg-pr-1187-pamusuo |
This PR adds a new tool to the coverage analyzer agent to enable it access coverage reports.
The tool splits the textcov report produced by the execution stage into its constituent functions, and allows the LLM request for the report of any specific function.
The goal is to help the coverage analyzer arrive at informed conclusions on how to increase coverage, based on existing coverage reports.