Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BQ ¶
type BQ struct {
// contains filtered or unexported fields
}
type ReportRecord ¶
type ReportRecord struct { Id string `bigquery:"id"` Owner string `bigquery:"owner"` Repo string `bigquery:"repo"` Ref string `bigquery:"ref"` Commit string `bigquery:"commit"` CoverageTotal bigquery.NullInt64 `bigquery:"coverage_total"` CoverageCovered bigquery.NullInt64 `bigquery:"coverage_covered"` CodeToTestRatioCode bigquery.NullInt64 `bigquery:"code_to_test_ratio_code"` CodeToTestRatioTest bigquery.NullInt64 `bigquery:"code_to_test_ratio_test"` TestExecutionTime bigquery.NullFloat64 `bigquery:"test_execution_time"` Timestamp time.Time `bigquery:"timestamp"` Raw string `bigquery:"raw"` }
Click to show internal directories.
Click to hide internal directories.