We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e91e7 commit d1b3a59Copy full SHA for d1b3a59
.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
@@ -30,7 +30,7 @@
30
"build": "tsc",
31
"watch": "tsc --watch",
32
"test": "mocha && npm run lint",
33
- "coverage": "nyc --reporter=text --reporter=lcov mocha",
+ "coverage": "nyc mocha",
34
"upgrade": "npm-check -u",
35
"bump": "bump --tag --push --all",
36
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
0 commit comments