chore: test coverage #293
ci.yml
on: pull_request
Tests Validation
1m 7s
Commitlint Validation
10s
Eslint Validation
16s
Matrix: Build from source
Build docker image
0s
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 (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.
|
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.
|
Eslint Validation:
src/services/bluesky-sender.service.ts#L6
'getCachedPosts' is defined but never used. Allowed unused vars must match /^_/u
|