We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8607f commit 4cfa1ebCopy full SHA for 4cfa1eb
.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
@@ -44,7 +44,7 @@
44
"test:node": "mocha",
45
"test:browser": "karma start --single-run",
46
"coverage": "npm run coverage:node && npm run coverage:browser",
47
- "coverage:node": "nyc --reporter=text --reporter=lcov node_modules/mocha/bin/mocha",
+ "coverage:node": "nyc node_modules/mocha/bin/mocha",
48
"coverage:browser": "npm run test:browser -- --coverage",
49
"upgrade": "npm-check -u && npm audit fix",
50
"bump": "bump --tag --push --all",
0 commit comments