We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd036c commit 446383aCopy full SHA for 446383a
package.json
@@ -4,7 +4,7 @@
4
"description": "Calender Versioning (calver) plugin for Release It!",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha **/*-tests.js",
+ "test": "nyc --reporter=lcovonly mocha **/*-tests.js --timeout 10000",
8
"release": "release-it -- --ci"
9
},
10
"repository": {
@@ -35,6 +35,7 @@
35
"mocha": "^8.2.1"
36
37
"devDependencies": {
38
+ "nyc": "^15.1.0",
39
"release-it": "^14.6.2"
40
41
"peerDependencies": {
0 commit comments