Ran
|
Jobs
1
|
Files
12
|
Run time
4s
|
Badge
Embed ▾
README BADGES
|
cron
travis-ci
Fix golangci nits (#68) This PR addresses the low hanging nits [flagged by GolangCI](https://golangci.com/r/github.com/letsencrypt/ct-woodpecker). It leaves three "megacheck" findings yet to be addressed in the `cttestsrv`: * signedLogRoot.TreeSize is deprecated: TreeSize moved to LogRoot. * signedLogRoot.TimestampNanos is deprecated: TimestampNanos moved to LogRoot. * signedLogRoot.RootHash is deprecated: RootHash moved to LogRoot. All of the above are a result of https://github.com/google/trillian/commit/0c12c8487 - it looks like the `certificate-transparency-go` ctfe is still using the deprecated fields so I think we can ignore these for now. I _think_ fixing it will require unserializing the `log_root []byte` from the response and that's too fiddly for my low-hanging PR.
766 of 1140 relevant lines covered (67.19%)
4.38 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 454.1 | 12 |
67.19 |
Travis Job 454.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|