Skip to content

docs(anki): add documentation for the parameters #31

docs(anki): add documentation for the parameters

docs(anki): add documentation for the parameters #31

Triggered via push July 5, 2024 11:27
Status Failure
Total duration 27s
Billable time 1m
Artifacts

unit-test.yml

on: push
cache-and-install
19s
cache-and-install
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
cache-and-install
Failed to parse the json-summary at path "/home/runner/work/obsidian-better-recall/obsidian-better-recall/coverage/coverage-summary.json." Make sure to run vitest before this action and to include the "json-summary" reporter. Original Error: Error: ENOENT: no such file or directory, open '/home/runner/work/obsidian-better-recall/obsidian-better-recall/coverage/coverage-summary.json' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14) at async ay (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:128:191) at async ll (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:128:272) at async Uq (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:148:1910)
cache-and-install
Error: ENOENT: no such file or directory, open '/home/runner/work/obsidian-better-recall/obsidian-better-recall/coverage/coverage-summary.json'
src/data/deck.test.ts > jsonObjectToDeck > should convert JSON object to Deck: src/data/deck.test.ts#L134
AssertionError: expected { state: +0, …(3) } to deeply equal { id: '1', state: +0, …(2) } - Expected + Received Object { "id": "1", - "lastReviewDate": 2024-07-05T11:28:06.073Z, - "nextReviewDate": 2024-07-05T11:28:06.073Z, + "lastReviewDate": 2024-07-05T11:28:06.072Z, + "nextReviewDate": 2024-07-05T11:28:06.072Z, "state": 0, } ❯ src/data/deck.test.ts:134:29
cache-and-install
Process completed with exit code 1.
cache-and-install
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/