Add remaining packages to coverage report

This commit is contained in:
Simon Warta
2020-06-25 15:34:09 +02:00
parent 40c1524b7b
commit bc9ccf61e3
29 changed files with 85 additions and 11 deletions
+2 -1
View File
@@ -32,7 +32,8 @@
"build": "shx rm -rf ./build && tsc",
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
"test-node": "node jasmine-testrunner.js",
"test": "yarn build-or-skip && yarn test-node"
"test": "yarn build-or-skip && yarn test-node",
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet"
},
"dependencies": {
"@cosmjs/crypto": "^0.20.0",