Skip to content

Commit

Permalink
Add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
casmith committed Dec 21, 2021
1 parent cfd036c commit 446383a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Calender Versioning (calver) plugin for Release It!",
"main": "index.js",
"scripts": {
"test": "mocha **/*-tests.js",
"test": "nyc --reporter=lcovonly mocha **/*-tests.js --timeout 10000",
"release": "release-it -- --ci"
},
"repository": {
Expand Down Expand Up @@ -35,6 +35,7 @@
"mocha": "^8.2.1"
},
"devDependencies": {
"nyc": "^15.1.0",
"release-it": "^14.6.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 446383a

Please sign in to comment.