Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 28a2775

Browse files
committed
💚 Fixes coverage issue
1 parent 0beb853 commit 28a2775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ out/
88
tmp/
99
dev-app-update.yml
1010
.vscode/
11+
coverage/

‎package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"clean": "rm -rf .fusebox out dist",
5050
"compile": "NODE_ENV=production ts-node fuse",
5151
"coverage:upload": "cat ./coverage/lcov.info | coveralls",
52-
"coverage:report": "nyc --reporter=lcov --reporter=html --reporter=text jest",
53-
"coverage": "npm-run-all coverage:report",
52+
"coverage": "yarn test --coverage --no-cache",
5453
"dist": "electron-builder --mac --win --linux --ia32 --x64",
5554
"draft": "electron-builder -p always --draft --mac --win --linux --ia32 --x64",
5655
"info": "npm-scripts-info",

0 commit comments

Comments
 (0)