Skip to content
Snippets Groups Projects
Commit 752d72f8 authored by Z.J. van de Weg's avatar Z.J. van de Weg
Browse files

Add docs for pipeline coverage

[ci skip]
parent 40e8185b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -41,7 +41,8 @@ Example of response
"started_at": null,
"finished_at": null,
"committed_at": null,
"duration": null
"duration": null,
"coverage": "30.0"
},
{
"id": 48,
Loading
Loading
@@ -64,7 +65,8 @@ Example of response
"started_at": null,
"finished_at": null,
"committed_at": null,
"duration": null
"duration": null,
"coverage": null
}
]
```
Loading
Loading
@@ -110,7 +112,8 @@ Example of response
"started_at": null,
"finished_at": "2016-08-11T11:32:35.145Z",
"committed_at": null,
"duration": null
"duration": null,
"coverage": "30.0"
}
```
 
Loading
Loading
@@ -155,7 +158,8 @@ Example of response
"started_at": null,
"finished_at": null,
"committed_at": null,
"duration": null
"duration": null,
"coverage": null
}
```
 
Loading
Loading
@@ -200,7 +204,8 @@ Response:
"started_at": null,
"finished_at": "2016-08-11T11:32:35.145Z",
"committed_at": null,
"duration": null
"duration": null,
"coverage": null
}
```
 
Loading
Loading
@@ -245,7 +250,8 @@ Response:
"started_at": null,
"finished_at": "2016-08-11T11:32:35.145Z",
"committed_at": null,
"duration": null
"duration": null,
"coverage": null
}
```
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment