Skip to content

Commit 446383a

Browse files
committed
Add coverage report
1 parent cfd036c commit 446383a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Calender Versioning (calver) plugin for Release It!",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha **/*-tests.js",
7+
"test": "nyc --reporter=lcovonly mocha **/*-tests.js --timeout 10000",
88
"release": "release-it -- --ci"
99
},
1010
"repository": {
@@ -35,6 +35,7 @@
3535
"mocha": "^8.2.1"
3636
},
3737
"devDependencies": {
38+
"nyc": "^15.1.0",
3839
"release-it": "^14.6.2"
3940
},
4041
"peerDependencies": {

0 commit comments

Comments
 (0)