aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-03-13 23:34:37 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-03-13 23:34:37 +0800
commit11ed5d62baa0cce4014afaf6986a0745cc853bef (patch)
treefe4b6ce19485c4776604e0f62b9f58bb1b1aff14 /packages/contracts
parent5827170815904175d83908bd565d6028cd631737 (diff)
downloaddexon-sol-tools-11ed5d62baa0cce4014afaf6986a0745cc853bef.tar
dexon-sol-tools-11ed5d62baa0cce4014afaf6986a0745cc853bef.tar.gz
dexon-sol-tools-11ed5d62baa0cce4014afaf6986a0745cc853bef.tar.bz2
dexon-sol-tools-11ed5d62baa0cce4014afaf6986a0745cc853bef.tar.lz
dexon-sol-tools-11ed5d62baa0cce4014afaf6986a0745cc853bef.tar.xz
dexon-sol-tools-11ed5d62baa0cce4014afaf6986a0745cc853bef.tar.zst
dexon-sol-tools-11ed5d62baa0cce4014afaf6986a0745cc853bef.zip
Report all coverage reports together
Diffstat (limited to 'packages/contracts')
-rw-r--r--packages/contracts/package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/contracts/package.json b/packages/contracts/package.json
index 05d305942..371aba8ab 100644
--- a/packages/contracts/package.json
+++ b/packages/contracts/package.json
@@ -13,7 +13,7 @@
"copy_artifacts": "copyfiles './src/artifacts/**/*' ./lib",
"build": "tsc",
"test": "run-s build run_mocha",
- "test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text",
+ "test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
"run_mocha": "mocha 'lib/test/**/*.js' --timeout 100000 --bail --exit",
"compile:comment": "Yarn workspaces do not link binaries correctly so we need to reference them directly https://github.com/yarnpkg/yarn/issues/3846",
"compile": "node ../deployer/lib/src/cli.js compile --contracts ${npm_package_config_contracts} --contracts-dir src/contracts --artifacts-dir src/artifacts",
@@ -24,8 +24,7 @@
"coverage:report:text": "istanbul report text",
"coverage:report:html": "istanbul report html && open coverage/index.html",
"coverage:report:lcov": "istanbul report lcov",
- "coverage:report:coveralls": "yarn coverage:report:lcov && cat coverage/lcov.info | coveralls",
- "test:circleci": "yarn test:coverage && yarn coverage:report:coveralls"
+ "test:circleci": "yarn test:coverage"
},
"config": {
"contracts": "Exchange,DummyToken,ZRXToken,Token,WETH9,TokenTransferProxy,MultiSigWallet,MultiSigWalletWithTimeLock,MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress,MaliciousToken,TokenRegistry,Arbitrage,EtherDelta,AccountLevels"
@@ -54,7 +53,6 @@
"chai-bignumber": "^2.0.1",
"chai-typescript-typings": "^0.0.4",
"copyfiles": "^1.2.0",
- "coveralls": "^3.0.0",
"dirty-chai": "^2.0.1",
"ethers-typescript-typings": "^0.0.2",
"mocha": "^4.0.1",