Skip to content

Commit 473c7a4

Browse files
committed
Tweak npm test coverage script
1 parent 87d7d78 commit 473c7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"update:deps": "npm-check -u",
2121
"test": "c8 --reporter=lcov --reporter=text-summary ava",
2222
"test:nolint": "c8 --reporter=lcov --reporter=text-summary ava",
23-
"test:coveralls": "c8 --reporter lcov -o ./coverage/lcov.info ava",
23+
"test:coverage": "c8 ava",
2424
"test:debug": "ava debug --break ./test/api/app/models/app.js",
2525
"pretest": "npm run lint",
2626
"debug": "node --inspect-brk ./index.js",

0 commit comments

Comments
 (0)