Codecoverage - Get Test Run Code Coverage
GET https://vstmr.dev.azure.com/{organization}/{project}/_apis/testresults/runs/{runId}/codecoverage?flags={flags}&api-version=7.1-preview.1
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
organization
|
path | True |
string |
The name of the Azure DevOps organization. |
project
|
path | True |
string |
Project ID or project name |
run
|
path | True |
integer int32 |
|
api-version
|
query | True |
string |
Version of the API to use. This should be set to '7.1-preview.1' to use this version of the api. |
flags
|
query | True |
integer int32 |
Responses
Name | Type | Description |
---|---|---|
200 OK |
successful operation |
Security
oauth2
Type:
oauth2
Flow:
accessCode
Authorization URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
Scopes
Name | Description |
---|---|
vso.test | Grants the ability to read test plans, cases, results and other test management related artifacts. |
Definitions
Name | Description |
---|---|
Coverage |
|
Function |
|
Module |
|
Shallow |
An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links. |
Test |
Test Run Code Coverage Details |
CoverageStatistics
Name | Type | Description |
---|---|---|
blocksCovered |
integer |
|
blocksNotCovered |
integer |
|
linesCovered |
integer |
|
linesNotCovered |
integer |
|
linesPartiallyCovered |
integer |
FunctionCoverage
Name | Type | Description |
---|---|---|
class |
string |
|
name |
string |
|
namespace |
string |
|
sourceFile |
string |
|
statistics |
ModuleCoverage
Name | Type | Description |
---|---|---|
blockCount |
integer |
|
blockData |
string[] |
|
fileUrl |
string |
Code Coverage File Url |
functions | ||
name |
string |
|
signature |
string |
|
signatureAge |
integer |
|
statistics |
ShallowReference
An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
Name | Type | Description |
---|---|---|
id |
string |
ID of the resource |
name |
string |
Name of the linked resource (definition name, controller name, etc.) |
url |
string |
Full http link to the resource |
TestRunCoverage
Test Run Code Coverage Details
Name | Type | Description |
---|---|---|
lastError |
string |
Last Error |
modules |
List of Modules Coverage |
|
state |
string |
State |
testRun |
Reference of test Run. |