diff --git a/commits.go b/commits.go index fd26624ae..7ff5c380d 100644 --- a/commits.go +++ b/commits.go @@ -399,6 +399,7 @@ type CommitStatus struct { FinishedAt *time.Time `json:"finished_at"` Name string `json:"name"` AllowFailure bool `json:"allow_failure"` + Coverage float64 `json:"coverage"` Author Author `json:"author"` Description string `json:"description"` TargetURL string `json:"target_url"`