Improve UT Coverage #81
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
22s
Golang Validation
/
Yaml Lint
4s
Quality Checks
/
Unit tests and package coverage
43s
Quality Checks
/
GoSec
34s
Quality Checks
/
Go Formatter and Vetter
33s
Quality Checks
/
Malware Scan
47s
Annotations
9 errors
Golang Validation / Lint golang code:
api/api_logging_test.go#L115
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/api_logging_test.go#L133
unused-parameter: parameter 'res' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/api_logging_test.go#L140
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/api_logging_test.go#L193
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/api_logging_test.go#L204
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/api_logging_test.go#L213
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/api_logging_test.go#L223
unused-parameter: parameter 'res' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
api/api_logging_test.go#L230
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code
issues found
|