Skip to content

Improve the README.md and Enhanced Integration Tests #43

Improve the README.md and Enhanced Integration Tests

Improve the README.md and Enhanced Integration Tests #43

Triggered via pull request October 18, 2023 19:48
Status Success
Total duration 1m 49s
Artifacts

backend-cicd.yaml

on: pull_request
Matrix: Code Quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Code Quality (1.20): backend/internal/usecase/users.go#L99
Error return value of `uc.repo.EditUsersRole` is not checked (errcheck)
Code Quality (1.20): backend/pkg/kafka/connection.go#L104
Error return value of `notify.Post` is not checked (errcheck)
Code Quality (1.20): backend/internal/controller/http/v1/utils.go#L39
Error return value of `notify.Stop` is not checked (errcheck)
Code Quality (1.20): backend/internal/controller/http/v1/utils_test.go#L22
Error return value of `notify.Post` is not checked (errcheck)
Code Quality (1.20): backend/internal/usecase/role_permission_test.go#L14
var `validateError` is unused (unused)
Code Quality (1.20): backend/internal/usecase/role_permission_test.go#L16
type `rolePermissionTest` is unused (unused)
Code Quality (1.20): backend/integration-test/requests_test.go#L59
func `transferAsset` is unused (unused)
Code Quality (1.20): backend/internal/usecase/vault_test.go#L250
tests: TestsVaultUseCaseUpdateVault has malformed name: first letter after 'Test' must not be lowercase (govet)
Code Quality (1.20): backend/internal/app/app.go#L76
unusedresult: result of fmt.Errorf call not used (govet)
Code Quality (1.20): backend/internal/app/app.go#L82
unusedresult: result of fmt.Errorf call not used (govet)