Skip to content

[FIX] Storage implement the Surveyee interface #161

[FIX] Storage implement the Surveyee interface

[FIX] Storage implement the Surveyee interface #161

Triggered via pull request January 29, 2024 07:01
Status Failure
Total duration 1m 2s
Artifacts

test.yml

on: pull_request
Matrix: Test with Coverage
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Test with Coverage (1.20): internal/provider/storage/storage_test.go#L27
survey already declared through import of package survey ("github.com/emitter-io/emitter/internal/service/survey")
Test with Coverage (1.20): internal/provider/storage/storage.go#L25
other declaration of survey
Test with Coverage (1.20): internal/service/pubsub/subscribe_test.go#L147
cannot use new(buggyStore) (value of type *buggyStore) as storage.Storage value in argument to New: *buggyStore does not implement storage.Storage (missing method OnSurvey)
Test with Coverage (1.20): internal/service/pubsub/subscribe_test.go#L162
cannot use new(buggyStore) (value of type *buggyStore) as storage.Storage value in variable declaration: *buggyStore does not implement storage.Storage (missing method OnSurvey)
Test with Coverage (1.20)
Process completed with exit code 1.
Test with Coverage (1.20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.