Skip to content

fix(deps): update module github.com/stretchr/testify to v1.10.0 #123

fix(deps): update module github.com/stretchr/testify to v1.10.0

fix(deps): update module github.com/stretchr/testify to v1.10.0 #123

Triggered via push November 23, 2024 12:51
Status Success
Total duration 2m 22s
Artifacts

on_push_pr.yaml

on: push
push-pr  /  ...  /  Test binary compilation for all platforms:arch
push-pr / test-build-fake-prerelease / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run all static analysis checks
53s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
42s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
48s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Test binary compilation for all platforms:arch
1m 25s
push-pr / test-build-nix / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run integration tests on *Nix
push-pr / test-integration-nix / Run integration tests on *Nix
Matrix: push-pr / test-build-fake-prerelease / Create MSI
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
push-pr / static-analysis / Run all static analysis checks: src/entities/node.go#L15
15-33 lines are duplicate of `src/entities/virtual_server.go:15-33` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/entities/virtual_server.go#L15
15-33 lines are duplicate of `src/entities/node.go:15-33` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/entities/application_test.go#L15
Function 'TestCollectApplications' is too long (116 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/entities/pool_test.go#L16
Function 'TestCollectPools' is too long (192 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/entities/system_test.go#L15
Function 'TestCollectSystem' is too long (509 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/entities/virtual_server_test.go#L15
Function 'TestCollectVirtualServers' is too long (149 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/entities/pool_member.go#L18
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(fullPath, "/", "~", -1)` (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/entities/pool_member.go#L117
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(match, "~", "/", -1)` (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/entities/application_test.go#L104
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/entities/system_test.go#L22
ifElseChain: rewrite if-else to switch statement (gocritic)
push-pr / static-analysis / Run all static analysis checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/