Skip to content

Commit

Permalink
Add single thread test for test:coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Mar 6, 2024
1 parent d1198fb commit 57fa42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"publish:minor": "npm version minor && npm publish",
"publish:patch": "npm version patch && npm publish",
"test": "tap -j1 --allow-incomplete-coverage \"./test/**/*.test.?(c)[tj]s\"",
"test:coverage": "tap --coverage-report=lcov-only --allow-empty-coverage \"./test/**/*.test.?(c)[tj]s\"",
"test:coverage": "tap -j1 --coverage-report=lcov-only --allow-empty-coverage \"./test/**/*.test.?(c)[tj]s\"",
"test:workflow:build": "npm run prepublishOnly && npm run test",
"test:workflow:coverage": "npm run prepublishOnly && npm run test:coverage",
"test:debug": "npm run test -- --timeout=0"
Expand Down

0 comments on commit 57fa42a

Please sign in to comment.