aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-03-14 19:27:09 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-03-15 00:15:38 +0800
commit40ebb533b324bf7dd454243fcb1ee092ab85f7eb (patch)
tree4d201ece33537f6f1e5dcafc125b093c72fc2b30 /packages/assert/package.json
parent7fe26ee7196320a3478cd93b24329d69a826badb (diff)
downloaddexon-0x-contracts-40ebb533b324bf7dd454243fcb1ee092ab85f7eb.tar
dexon-0x-contracts-40ebb533b324bf7dd454243fcb1ee092ab85f7eb.tar.gz
dexon-0x-contracts-40ebb533b324bf7dd454243fcb1ee092ab85f7eb.tar.bz2
dexon-0x-contracts-40ebb533b324bf7dd454243fcb1ee092ab85f7eb.tar.lz
dexon-0x-contracts-40ebb533b324bf7dd454243fcb1ee092ab85f7eb.tar.xz
dexon-0x-contracts-40ebb533b324bf7dd454243fcb1ee092ab85f7eb.tar.zst
dexon-0x-contracts-40ebb533b324bf7dd454243fcb1ee092ab85f7eb.zip
Enable coverage for all other packages with tests
Diffstat (limited to 'packages/assert/package.json')
-rw-r--r--packages/assert/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json
index be5f4902d..0c8c64e16 100644
--- a/packages/assert/package.json
+++ b/packages/assert/package.json
@@ -12,7 +12,9 @@
"run_mocha": "mocha lib/test/**/*_test.js",
"prepublishOnly": "run-p build",
"test": "run-s clean build run_mocha",
- "test:circleci": "yarn test"
+ "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
+ "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
+ "test:circleci": "yarn test:coverage"
},
"license": "Apache-2.0",
"repository": {
@@ -29,6 +31,7 @@
"@types/lodash": "^4.14.86",
"@types/mocha": "^2.2.42",
"@types/valid-url": "^1.0.2",
+ "nyc": "^11.0.1",
"chai": "^4.0.1",
"chai-typescript-typings": "^0.0.4",
"copyfiles": "^1.2.0",