Commit e987efed authored by Zaq? Wiedmann's avatar Zaq? Wiedmann Committed by Sander van Harmelen

[#300] (jobs) return "coverage" in Jobs response (#301)

parent 266c87ba
...@@ -44,6 +44,7 @@ type JobsService struct { ...@@ -44,6 +44,7 @@ type JobsService struct {
type Job struct { type Job struct {
Commit *Commit `json:"commit"` Commit *Commit `json:"commit"`
CreatedAt *time.Time `json:"created_at"` CreatedAt *time.Time `json:"created_at"`
Coverage float64 `json:"coverage"`
ArtifactsFile struct { ArtifactsFile struct {
Filename string `json:"filename"` Filename string `json:"filename"`
Size int `json:"size"` Size int `json:"size"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment