diff options
author | Rémy Coutable <remy@rymai.me> | 2016-11-25 16:51:53 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-11-25 16:51:53 +0000 |
commit | e17328986abcaabff47edb6292ede7546f607bb2 (patch) | |
tree | a87a93a0d65a48a3724dc41cd8e9c161e77e728b /lib | |
parent | 746b6ec82d1ed29a679fe4dc6a93b2d0228e9d34 (diff) | |
parent | 752d72f87635c1f43f3334d7e2dd96ab77eeba7d (diff) | |
download | gitlab-ce-e17328986abcaabff47edb6292ede7546f607bb2.tar.gz |
Merge branch 'zj-expose-coverage-pipelines' into 'master'
Expose coverage on GET pipelines/:id
Closes gitlab-org/gitlab-ce#24801
See merge request !7670
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 7a724487e02..fdb19558c1c 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -607,6 +607,7 @@ module API expose :user, with: Entities::UserBasic expose :created_at, :updated_at, :started_at, :finished_at, :committed_at expose :duration + expose :coverage end class EnvironmentBasic < Grape::Entity |