We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033cbd0 commit f7027ceCopy full SHA for f7027ce
.nycrc.yml
@@ -0,0 +1,10 @@
1
+# NYC config
2
+# https://github.com/istanbuljs/nyc#configuration-files
3
+
4
+extension:
5
+ - .js
6
+ - .ts
7
8
+reporter:
9
+ - text
10
+ - lcov
package.json
@@ -39,7 +39,7 @@
39
"build": "tsc",
40
"watch": "tsc --watch",
41
"test": "mocha && npm run lint",
42
- "coverage": "nyc --reporter=text --reporter=lcov node_modules/mocha/bin/mocha",
+ "coverage": "nyc node_modules/mocha/bin/mocha",
43
"upgrade": "npm-check -u && npm audit fix",
44
"bump": "bump --tag --push --all",
45
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
0 commit comments