Skip to content

chore: test coverage #294

chore: test coverage

chore: test coverage #294

Triggered via pull request November 20, 2023 01:01
Status Failure
Total duration 1m 56s
Artifacts

ci.yml

on: pull_request
Tests Validation
1m 21s
Tests Validation
Commitlint Validation
18s
Commitlint Validation
Eslint Validation
13s
Eslint Validation
Matrix: Build from source
Build docker image
0s
Build docker image
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Build from source (20.x): src/services/mastodon-sender.service.ts#L127
Argument of type '{ cache: PostsCache; tweetId: string | undefined; data: string[]; platform: Platform.MASTODON; }' is not assignable to parameter of type 'PostToCache'.
Build from source (20.x)
Process completed with exit code 2.
Build from source (18.x)
The job was canceled because "_20_x" failed.
Build from source (18.x): src/services/mastodon-sender.service.ts#L127
Argument of type '{ cache: PostsCache; tweetId: string | undefined; data: string[]; platform: Platform.MASTODON; }' is not assignable to parameter of type 'PostToCache'.
Build from source (18.x)
Process completed with exit code 2.
Build from source (21.x)
The job was canceled because "_20_x" failed.
Build from source (21.x): src/services/mastodon-sender.service.ts#L127
Argument of type '{ cache: PostsCache; tweetId: string | undefined; data: string[]; platform: Platform.MASTODON; }' is not assignable to parameter of type 'PostToCache'.
Build from source (21.x)
Process completed with exit code 2.
Eslint Validation: src/services/bluesky-sender.service.ts#L6
'getCachedPosts' is defined but never used. Allowed unused vars must match /^_/u