Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
752d72f8
Commit
752d72f8
authored
Nov 25, 2016
by
Z.J. van de Weg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for pipeline coverage
[ci skip]
parent
40e8185b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
doc/api/pipelines.md
doc/api/pipelines.md
+12
-6
No files found.
doc/api/pipelines.md
View file @
752d72f8
...
...
@@ -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
,
...
...
@@ -64,7 +65,8 @@ Example of response
"started_at"
:
null
,
"finished_at"
:
null
,
"committed_at"
:
null
,
"duration"
:
null
"duration"
:
null
,
"coverage"
:
null
}
]
```
...
...
@@ -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"
}
```
...
...
@@ -155,7 +158,8 @@ Example of response
"started_at"
:
null
,
"finished_at"
:
null
,
"committed_at"
:
null
,
"duration"
:
null
"duration"
:
null
,
"coverage"
:
null
}
```
...
...
@@ -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
}
```
...
...
@@ -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
}
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment