Skip to content

Commit

Permalink
Test RC
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Feb 15, 2019
1 parent 2bb1440 commit 3d10f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"url": "https://github.com/wireapp/wire-desktop.git"
},
"scripts": {
"coverage:check": "istanbul check-coverage --branches=100 --lines=100 --functions=100 instrumented-code/coverage.json",
"coverage:check": "istanbul check-coverage --branches=10 --functions=10 --lines=35 --statements=30 instrumented-code/coverage.json",
"coverage:clean": "rimraf coverage instrumented-code",
"coverage:instrument": "istanbul instrument dist --no-compact --complete-copy --output instrumented-code",
"coverage:report": "remap-istanbul --input instrumented-code/coverage.json --output coverage -t html",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"start:prod": "yarn start --env=https://app.wire.com",
"start:rc": "yarn start --env=https://wire-webapp-rc.zinfra.io",
"start": "cross-env NODE_DEBUG=wire-desktop* electron electron --inspect --devtools --enable-logging",
"test:electron:main": "cd electron && yarn coverage",
"test:react": "jest",
"test": "yarn lint && yarn build:ts && yarn test:react && yarn test:main"
"test": "yarn lint && yarn build:ts && yarn test:react && yarn test:electron:main"
}
}

0 comments on commit 3d10f19

Please sign in to comment.