aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/global_hooks.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-03-09 22:39:50 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-03-12 10:37:28 +0800
commitc5afca53a4e94b51956f10f564c2e9db00012c8f (patch)
tree213fa5e527ae16072a9a4be0086aeca488ac54f0 /packages/contracts/test/global_hooks.ts
parentb4cb88ab26a08851ab02e19e7105d29f8ee94184 (diff)
downloaddexon-0x-contracts-c5afca53a4e94b51956f10f564c2e9db00012c8f.tar
dexon-0x-contracts-c5afca53a4e94b51956f10f564c2e9db00012c8f.tar.gz
dexon-0x-contracts-c5afca53a4e94b51956f10f564c2e9db00012c8f.tar.bz2
dexon-0x-contracts-c5afca53a4e94b51956f10f564c2e9db00012c8f.tar.lz
dexon-0x-contracts-c5afca53a4e94b51956f10f564c2e9db00012c8f.tar.xz
dexon-0x-contracts-c5afca53a4e94b51956f10f564c2e9db00012c8f.tar.zst
dexon-0x-contracts-c5afca53a4e94b51956f10f564c2e9db00012c8f.zip
Rename COVERAGE to SOLIDITY_COVERAGS
Diffstat (limited to 'packages/contracts/test/global_hooks.ts')
-rw-r--r--packages/contracts/test/global_hooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/test/global_hooks.ts b/packages/contracts/test/global_hooks.ts
index 670ac3bdf..b29e171d7 100644
--- a/packages/contracts/test/global_hooks.ts
+++ b/packages/contracts/test/global_hooks.ts
@@ -1,7 +1,7 @@
import { getCoverageSubproviderSingleton } from '@0xproject/dev-utils';
after('generate coverage report', async () => {
- if (process.env.COVERAGE) {
+ if (process.env.SOLIDITY_COVERAGE) {
const coverageSubprovider = getCoverageSubproviderSingleton();
await coverageSubprovider.writeCoverageAsync();
}