Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1397 from timonwong/add-coverage
Browse files Browse the repository at this point in the history
feat(commit status): add coverage field to CommitStatus
  • Loading branch information
svanharmelen authored Mar 2, 2022
2 parents 0189fb2 + f53aa1a commit 55d41c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commits.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 55d41c3

Please sign in to comment.