Update TW config #10
Annotations
3 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, davelosert/vitest-coverage-report-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
Failed to parse JSON Final at path "/home/runner/work/starter/starter/coverage/coverage-final.json".
Line coverage will be empty. To include it, make sure to include the "json" reporter in your vitest execution.
Original Error:
Error: ENOENT: no such file or directory, open '/home/runner/work/starter/starter/coverage/coverage-final.json'
at async open (node:internal/fs/promises:636:25)
at async readFile (node:internal/fs/promises:1246:14)
at async Mr (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v1/dist/index.js:42:177)
at async Hr (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v1/dist/index.js:48:36)
at async dn (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v1/dist/index.js:83:301)
|