We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73a076 commit a39d8c1Copy full SHA for a39d8c1
.gitignore
@@ -10,3 +10,4 @@ jsnext
10
build
11
npm-debug.log
12
.log
13
+test.lcov
package.json
@@ -43,7 +43,7 @@
43
"build-bower": "rm -rf dist && npx tsc src/*.ts --declaration --target es2017 --module amd --outDir ./dist/",
44
"build-module": "rm -rf jsnext && npx tsc src/*.ts --target es2017 --module es2020 --outDir ./jsnext/",
45
"test": "npm run build && mocha 'test/**/*.js'",
46
- "coverage": "c8 mocha && nyc report --reporter=text-lcov > test.lcov",
+ "coverage": "c8 mocha && c8 report --reporter=text-lcov > test.lcov",
47
"lint": "eslint 'src/**/*.ts' 'test/**/*.js'",
48
"prepare": "npm run build-node",
49
"docs": "typedoc src/ibantools.ts",
0 commit comments