senecajs / seneca-notion-provider

Seneca plugin that provides access to the Notion.so API.
MIT License
0 stars 1 forks source link

ensure tests pass on github actions #3

Open rjrodger opened 1 year ago

rjrodger commented 1 year ago

do this by cheating for the moment (we need a better general solution, that issue is defered) - cheat by skipping a test if the config file does not exist

BeAllAround commented 1 year ago

that is done but it is raising: Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}

which is related to something else. Trying to figure out what

rjrodger commented 1 year ago

current error looks different:

Run npm run build --if-present

> @seneca/notion-provider@0.2.0 build
> tsc -d

Error: src/notion-provider.ts(57,38): error TS700[6](https://github.com/senecajs/seneca-notion-provider/actions/runs/4953263307/jobs/8860555828#step:6:7): Parameter 'v' implicitly has an 'any' type.
Error: src/notion-provider.ts(58,14): error TS[7](https://github.com/senecajs/seneca-notion-provider/actions/runs/4953263307/jobs/8860555828#step:6:8)006: Parameter 'v' implicitly has an 'any' type.
Error: src/notion-provider.ts(92,13): error TS1[8](https://github.com/senecajs/seneca-notion-provider/actions/runs/4953263307/jobs/8860555828#step:6:9)046: 'err' is of type 'unknown'.
Error: src/notion-provider.ts([9](https://github.com/senecajs/seneca-notion-provider/actions/runs/4953263307/jobs/8860555828#step:6:10)2,34): error TS18046: 'err' is of type 'unknown'.
Error: Process completed with exit code 1.
BeAllAround commented 1 year ago

commented out Coveralls - that did it for now