run_coverage
Start an execution-coverage run for a build/test target.
Request
POST /api/v1/ops/projects/{project}/coverage/runParameter
In
Type
Required
Description
curl -X POST -H "Authorization: Bearer $TESTVIBE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"target": 5}' \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/coverage/run"testvibe coverage run --target 5 --waitResponse
{ "coverageRunId": 12, "targetId": 5, "status": "running" }Errors
HTTP
When
Last updated
Was this helpful?
