We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e83fc commit 63b8bb2Copy full SHA for 63b8bb2
2 files changed
.nycrc.yml
@@ -0,0 +1,12 @@
1
+# NYC config
2
+# https://github.com/istanbuljs/nyc#configuration-files
3
+
4
+all: true
5
6
+extension:
7
+ - .js
8
+ - .ts
9
10
+reporter:
11
+ - text
12
+ - lcov
package.json
@@ -41,7 +41,7 @@
41
"build": "tsc",
42
"watch": "tsc --watch",
43
"test": "mocha && npm run lint",
44
- "coverage": "nyc --reporter=text --reporter=lcov mocha",
+ "coverage": "nyc mocha",
45
"upgrade": "npm-check -u",
46
"bump": "node bin/bump.js --tag --push --all",
47
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
0 commit comments