Skip to content

Import and Export Improvements #1079

Import and Export Improvements

Import and Export Improvements #1079

Triggered via pull request October 12, 2023 14:02
Status Success
Total duration 4m 36s
Artifacts

test.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
test: backend/internal/presentation/graphql/mutation.go#L30
cannot infer T (internal/util/result.go:5:20) (typecheck)
test: backend/internal/presentation/graphql/mutation.go#L45
cannot infer T (internal/util/result.go:5:20) (typecheck)
test: backend/internal/presentation/graphql/mutation.go#L62
cannot infer T (internal/util/result.go:5:20) (typecheck)
test: backend/internal/domain/service/service_test.go#L90
cannot use mockItemRepo (variable of type *MockItemRepository) as "github.com/harehare/***/internal/domain/repository/item".ItemRepository value in argument to NewService: *MockItemRepository does not implement "github.com/harehare/***/internal/domain/repository/item".ItemRepository (wrong type for method Find)
test: backend/internal/domain/service/service_test.go#L111
cannot use mockItemRepo (variable of type *MockItemRepository) as "github.com/harehare/***/internal/domain/repository/item".ItemRepository value in argument to NewService: *MockItemRepository does not implement "github.com/harehare/***/internal/domain/repository/item".ItemRepository (wrong type for method Find)
test: backend/internal/domain/service/service_test.go#L131
cannot use mockItemRepo (variable of type *MockItemRepository) as "github.com/harehare/***/internal/domain/repository/item".ItemRepository value in argument to NewService: *MockItemRepository does not implement "github.com/harehare/***/internal/domain/repository/item".ItemRepository (wrong type for method Find)
test
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/
Analyze (typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
Analyze (go)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.