fix(cli): handle boolean type options correctly #939
Annotations
15 errors and 6 warnings
tests (ubuntu-22.04)
Failed to parse the json-summary at path "/home/runner/work/nw-builder/nw-builder/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/nw-builder/nw-builder/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.6.0/dist/index.js:70:1156)
at async Cu (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2.6.0/dist/index.js:70:1237)
at async WO (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2.6.0/dist/index.js:148:626)
|
tests (ubuntu-22.04)
Error: ENOENT: no such file or directory, open '/home/runner/work/nw-builder/nw-builder/coverage/coverage-summary.json'
|
tests (ubuntu-22.04):
src/cli.js#L29
Missing semicolon
|
tests (ubuntu-22.04):
src/cli.js#L30
Missing semicolon
|
tests (ubuntu-22.04)
Process completed with exit code 1.
|
tests (macos-14):
src/cli.js#L29
Missing semicolon
|
tests (macos-14):
src/cli.js#L30
Missing semicolon
|
tests (macos-14)
Process completed with exit code 1.
|
tests (macos-14)
Failed to parse the json-summary at path "/Users/runner/work/nw-builder/nw-builder/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 '/Users/runner/work/nw-builder/nw-builder/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 (/Users/runner/work/_actions/davelosert/vitest-coverage-report-action/v2.6.0/dist/index.js:70:1156)
at async Cu (/Users/runner/work/_actions/davelosert/vitest-coverage-report-action/v2.6.0/dist/index.js:70:1237)
at async WO (/Users/runner/work/_actions/davelosert/vitest-coverage-report-action/v2.6.0/dist/index.js:148:626)
|
tests (macos-14)
Error: ENOENT: no such file or directory, open '/Users/runner/work/nw-builder/nw-builder/coverage/coverage-summary.json'
|
tests (windows-2022):
src/cli.js#L29
Missing semicolon
|
tests (windows-2022):
src/cli.js#L30
Missing semicolon
|
tests (windows-2022)
Process completed with exit code 1.
|
tests (windows-2022)
Failed to parse the json-summary at path "D:\a\nw-builder\nw-builder\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 'D:\a\nw-builder\nw-builder\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 (D:\a\_actions\davelosert\vitest-coverage-report-action\v2.6.0\dist\index.js:70:1156)
at async Cu (D:\a\_actions\davelosert\vitest-coverage-report-action\v2.6.0\dist\index.js:70:1237)
at async WO (D:\a\_actions\davelosert\vitest-coverage-report-action\v2.6.0\dist\index.js:148:626)
|
tests (windows-2022)
Error: ENOENT: no such file or directory, open 'D:\a\nw-builder\nw-builder\coverage\coverage-summary.json'
|
tests (ubuntu-22.04):
src/util.js#L166
Missing JSDoc @param "option" description
|
tests (ubuntu-22.04):
src/util.js#L167
Missing JSDoc @returns description
|
tests (macos-14):
src/util.js#L166
Missing JSDoc @param "option" description
|
tests (macos-14):
src/util.js#L167
Missing JSDoc @returns description
|
tests (windows-2022):
src/util.js#L166
Missing JSDoc @param "option" description
|
tests (windows-2022):
src/util.js#L167
Missing JSDoc @returns description
|