Bump codecov/codecov-action from 5.0.7 to 5.1.2 #345
Annotations
10 errors and 1 warning
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:
type.go#L66
G115: integer overflow conversion int16 -> int8 (gosec)
|
golangci-lint:
type.go#L116
G115: integer overflow conversion int32 -> uint16 (gosec)
|
golangci-lint:
type.go#L126
G115: integer overflow conversion int64 -> uint32 (gosec)
|
golangci-lint:
type.go#L136
G115: integer overflow conversion int64 -> uint64 (gosec)
|
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)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading