Skip to content

Commit

Permalink
Consume absolute values for aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed May 11, 2018
1 parent 4851187 commit a2d1014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metrics.go
Expand Up @@ -46,6 +46,8 @@ type Metric struct {
LineCoverage float64 `sql:"not null" json:"lineCoverage"`
ConditionalCoverage float64 `sql:"not null" json:"conditionalCoverage"`
Timestamp int64 `sql:"not null" json:"timestamp"`
LinesCovered int64 `sql:"" json:"linesCovered"`
LinesTested int64 `sql:"" json:"linesTested"`
}

type errorResponse struct {
Expand Down

0 comments on commit a2d1014

Please sign in to comment.