Skip to content

Commit 1c3f811

Browse files
committed
ci(test): require a test coverage of 100% in CI
1 parent ab45116 commit 1c3f811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"test": "npm run test:code && npm run test:tsc && npm run test:types",
29-
"test:code": "c8 --check-coverage --lines 80 --functions 80 --branches 80 --statements 80 ava test/*.test.js",
29+
"test:code": "c8 --check-coverage --lines 100 --functions 100 --branches 100 --statements 100 ava test/*.test.js",
3030
"test:code:update-snapshots": "ava --update-snapshots",
3131
"test:tsc": "tsc --allowJs --noEmit --esModuleInterop --skipLibCheck --lib es2020 index.js",
3232
"test:types": "tsd",

0 commit comments

Comments
 (0)