Skip to content

Commit a39d8c1

Browse files
committed
Fix issue with c8
1 parent f73a076 commit a39d8c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ jsnext
1010
build
1111
npm-debug.log
1212
.log
13+
test.lcov

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"build-bower": "rm -rf dist && npx tsc src/*.ts --declaration --target es2017 --module amd --outDir ./dist/",
4444
"build-module": "rm -rf jsnext && npx tsc src/*.ts --target es2017 --module es2020 --outDir ./jsnext/",
4545
"test": "npm run build && mocha 'test/**/*.js'",
46-
"coverage": "c8 mocha && nyc report --reporter=text-lcov > test.lcov",
46+
"coverage": "c8 mocha && c8 report --reporter=text-lcov > test.lcov",
4747
"lint": "eslint 'src/**/*.ts' 'test/**/*.js'",
4848
"prepare": "npm run build-node",
4949
"docs": "typedoc src/ibantools.ts",

0 commit comments

Comments
 (0)