Skip to content

Commit 826f56f

Browse files
committed
ignore coverage on checkVersion.js
1 parent 2a9e21e commit 826f56f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

checkVersion.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// "unit:v20win32": "node --test --test-timeout=180000",
66
// "unit:other": "node --test --test-timeout=180000 test/*.js test/*.cjs",
77

8+
/* c8 ignore start */
89
import { platform, version, exit } from 'node:process'
910

1011
const major = version.split('.')[0]
@@ -16,3 +17,4 @@ if ((major === 'v20') && platform === 'win32') {
1617
// all the others 1
1718
console.log(`Running ${major} on ${platform} returning exitCode ${exitCode}`)
1819
exit(exitCode)
20+
/* c8 ignore stop */

0 commit comments

Comments
 (0)