Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 35ab3d8

Browse files
committed
Return build coverage in json
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
1 parent 1db1755 commit 35ab3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/builds_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def retry
4545
def status
4646
@build = build_by_sha
4747

48-
render json: @build.to_json(only: [:status, :id, :sha])
48+
render json: @build.to_json(only: [:status, :id, :sha, :coverage])
4949
end
5050

5151
def cancel

0 commit comments

Comments
 (0)