Skip to content

Pre-processing improvements #295

Pre-processing improvements

Pre-processing improvements #295

Triggered via pull request February 6, 2024 16:44
Status Failure
Total duration 48s
Artifacts

pr-tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Unit: facade/notifierFacade_test.go#L25
cannot use &mocks.EventsHandlerStub{} (type *mocks.EventsHandlerStub) as type facade.EventsHandler in field value:
Unit: facade/notifierFacade_test.go#L28
unknown field 'EventsInterceptor' in struct literal of type facade.ArgsNotifierFacade
Unit: facade/notifierFacade_test.go#L62
args.EventsInterceptor undefined (type facade.ArgsNotifierFacade has no field or method EventsInterceptor)
Unit: facade/notifierFacade_test.go#L66
undefined: facade.ErrNilEventsInterceptor
Unit: facade/notifierFacade_test.go#L99
args.EventsInterceptor undefined (type facade.ArgsNotifierFacade has no field or method EventsInterceptor)
Unit: facade/notifierFacade_test.go#L220
cannot use &mocks.EventsHandlerStub{...} (type *mocks.EventsHandlerStub) as type facade.EventsHandler in assignment:
Unit: facade/notifierFacade_test.go#L239
args.EventsInterceptor undefined (type facade.ArgsNotifierFacade has no field or method EventsInterceptor)
Unit: facade/notifierFacade_test.go#L276
cannot use &mocks.EventsHandlerStub{...} (type *mocks.EventsHandlerStub) as type facade.EventsHandler in assignment:
Unit: facade/notifierFacade_test.go#L300
cannot use &mocks.EventsHandlerStub{...} (type *mocks.EventsHandlerStub) as type facade.EventsHandler in assignment:
Unit: process/eventsHandler_test.go#L99
eventsHandler.HandlePushEvents undefined (type *process.eventsHandler has no field or method HandlePushEvents)
Unit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/