Merge branch 'main' of github.com:FlorianWoelki/obsidian-icon-folder #275
Annotations
4 errors and 1 warning
Failed to parse the json-summary at path "/home/runner/work/obsidian-iconize/obsidian-iconize/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-iconize/obsidian-iconize/coverage/coverage-summary.json'
at async open (node:internal/fs/promises:636:25)
at async readFile (node:internal/fs/promises:1246:14)
at async Iy (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:70:1156)
at async Cu (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:70:1237)
at async WO (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:148:626)
|
|
src/lib/icon-tabs.test.ts#L120
AssertionError: expected "setIconForNode" to be called with arguments: [ { …(2) }, 'test', …(2) ]
Received:
1st setIconForNode call:
Array [
Object {
"getData": [Function getData],
"getSettings": [Function getSettings],
},
"test",
<div
style="display: flex;"
/>,
Object {
"color": "purple",
- "shouldApplyAllStyles": false,
+ "shouldApplyAllStyles": true,
},
]
Number of calls: 1
❯ src/lib/icon-tabs.test.ts:120:28
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, 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/
|
The logs for this run have expired and are no longer available.
Loading