Skip to content

Reader fragment

Reader fragment #2615

Triggered via pull request September 5, 2024 16:31
Status Failure
Total duration 4m 55s
Artifacts

unit-tests.yml

on: pull_request
Coverage Report
0s
Coverage Report
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Unit Tests: api/clients/mock/retrieval_client.go#L15
cannot use (*MockRetrievalClient)(nil) (value of type *MockRetrievalClient) as clients.RetrievalClient value in variable declaration: *MockRetrievalClient does not implement clients.RetrievalClient (missing method CombineChunks)
Unit Tests: api/clients/mock/retrieval_client.go#L15
cannot use (*MockRetrievalClient)(nil) (value of type *MockRetrievalClient) as clients.RetrievalClient value in variable declaration: *MockRetrievalClient does not implement clients.RetrievalClient (missing method CombineChunks)
Unit Tests
Process completed with exit code 1.
Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/