Increase code coverage #108
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
24s
Golang Validation
/
Yaml Lint
10s
Quality Checks
/
Unit tests and package coverage
1m 49s
Quality Checks
/
GoSec
35s
Quality Checks
/
Go Formatter and Vetter
31s
Quality Checks
/
Malware Scan
52s
Quality Checks
/
...
/
dependabot
0s
Annotations
10 errors
Golang Validation / Lint golang code:
acls_test.go#L26
File is not properly formatted (gofumpt)
|
Golang Validation / Lint golang code:
acls_test.go#L34
File is not properly formatted (gofumpt)
|
Golang Validation / Lint golang code:
acls_test.go#L44
File is not properly formatted (gofumpt)
|
Golang Validation / Lint golang code:
acls_test.go#L52
File is not properly formatted (gofumpt)
|
Golang Validation / Lint golang code:
api/json/json_decode_test.go#L10
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/json/json_encode_test.go#L447
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/json/json_fold_test.go#L9
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/json/json_fold_test.go#L10
File is not properly formatted (gofumpt)
|
Golang Validation / Lint golang code:
api/json/json_stream_test.go#L283
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/json/json_stream_test.go#L292
var-declaration: should drop = "" from declaration of var tag; it is the zero value (revive)
|