get_coverage
The project's coverage snapshot.
Request
GET /api/v1/ops/projects/{project}/coverageParameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/coverage"testvibe coverage showResponse
{
"summary": {
"totalFiles": 184,
"coveredFiles": 73,
"uncoveredFiles": 111,
"coveragePct": 40,
"totalAreas": 12,
"totalTests": 31,
"mappedTests": 26,
"execPct": 57
},
"execAvailable": true,
"collectCoverage": true,
"runActive": false,
"scan": {
"status": "succeeded",
"areasFound": 12,
"mappedFeatures": 26,
"error": null,
"finishedUtc": "2026-06-15T08:41:22Z"
},
"areas": [
{ "id": 101, "slug": "checkout", "name": "Checkout", "source": "agent" }
],
"targets": [
{ "id": 5, "kind": "dotnet", "name": "TestVibe.sln", "path": "TestVibe.sln" }
]
}Errors
HTTP
When
Last updated
Was this helpful?
