Bump codecov/codecov-action from 4.1.0 to 4.1.1 #304
Annotations
10 errors
golangci-lint:
clause_test.go#L270
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
golangci-lint:
clause_test.go#L425
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
golangci-lint:
clause_test.go#L625
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
golangci-lint:
clause_test.go#L650
field `errs` is unused (unused)
|
golangci-lint:
clause_exporter_test.go#L1
package should be `genorm_test` instead of `genorm` (testpackage)
|
golangci-lint:
delete_exporter_test.go#L1
package should be `genorm_test` instead of `genorm` (testpackage)
|
golangci-lint:
expr_exporter_test.go#L1
package should be `genorm_test` instead of `genorm` (testpackage)
|
golangci-lint:
cmd/genorm/generator/codegen/column_test.go#L1
package should be `codegen_test` instead of `codegen` (testpackage)
|
golangci-lint:
cmd/genorm/generator/codegen/directory_test.go#L1
package should be `codegen_test` instead of `codegen` (testpackage)
|
golangci-lint:
cmd/genorm/generator/convert/convert_test.go#L1
package should be `convert_test` instead of `convert` (testpackage)
|
Loading