Skip to content

Commit

Permalink
Merge pull request #52 from edoardottt/devel
Browse files Browse the repository at this point in the history
address issue #51
  • Loading branch information
edoardottt authored Jan 10, 2024
2 parents cf28d4b + a570b3a commit 3d143d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/depsdev/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ type Scorecard struct {
}

type OssFuzz struct {
LineCount int64 `json:"lineCount,omitempty"`
LineCoverCount int64 `json:"lineCoverCount,omitempty"`
LineCoverPercent int64 `json:"lineCoverPercent,omitempty"`
LineCount string `json:"lineCount,omitempty"`
LineCoverCount string `json:"lineCoverCount,omitempty"`
LineCoverPercent string `json:"lineCoverPercent,omitempty"`
Date time.Time `json:"date,omitempty"`
ConfigURL string `json:"configUrl,omitempty"`
}

0 comments on commit 3d143d6

Please sign in to comment.