Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

HYP-2: typo.

HYP-2: typo. #49

Triggered via push November 24, 2023 13:09
Status Failure
Total duration 1m 36s
Artifacts

test.yml

on: push
repo_ids
4s
repo_ids
Run lint
20s
Run lint
Run dependency check
22s
Run dependency check
Check version
3s
Check version
Build docker image
1m 27s
Build docker image
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 2 warnings
Check version
Newest tag: v0.0.2 is a higher version than package.json: 0.0.1
Run lint: src/controllers/v1/certificate/index.ts#L61
Insert `⏎······`
Run lint: src/controllers/v1/certificate/index.ts#L64
Replace `····}),·{}` with `······}),⏎······{}⏎····`
Run lint: src/lib/db/index.ts#L24
Delete `·`
Run lint: src/lib/db/index.ts#L76
Replace `model:·keyof·Models<()·=>·QueryBuilder>,·record:·Record<string,·string·|·number>` with `⏎····model:·keyof·Models<()·=>·QueryBuilder>,⏎····record:·Record<string,·string·|·number>⏎··`
Run lint: src/lib/db/index.ts#L120
Replace `this.db().certificate().select(['id']).where({·latest_token_id:·tokenId·})` with `⏎······this.db().certificate().select(['id']).where({·latest_token_id:·tokenId·}),⏎····`
Run lint: src/lib/indexer/__tests__/eventProcessor.test.ts#L63
Replace `⏎······` with `,`
Run dependency check
Process completed with exit code 255.
Run tests (onchain): src/controllers/v1/certificate/index.ts#L19
'CertificateRow' is declared but its value is never read.
Run tests (onchain)
Process completed with exit code 2.
Run tests (unit)
The job was canceled because "onchain" failed.
Run tests (unit): src/controllers/v1/certificate/index.ts#L19
'CertificateRow' is declared but its value is never read.
Run tests (unit)
Process completed with exit code 2.
Run tests (offchain)
The job was canceled because "onchain" failed.
Run tests (offchain): src/controllers/v1/certificate/index.ts#L19
'CertificateRow' is declared but its value is never read.
Run tests (offchain)
Process completed with exit code 2.
Build docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2
Run lint: src/controllers/v1/certificate/index.ts#L19
'CertificateRow' is defined but never used
Run lint: src/lib/indexer/__tests__/eventProcessor.test.ts#L54
'_' is assigned a value but never used