hardhat-contract-sizer
Advanced tools
Comparing version
{ | ||
"name": "hardhat-contract-sizer", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Output Solidity contract sizes with Hardhat", |
@@ -10,3 +10,3 @@ const { | ||
if (hre.config.contractSizer.runOnCompile && !args.noSizeContracts) { | ||
if (hre.config.contractSizer.runOnCompile && !args.noSizeContracts && !hre.__SOLIDITY_COVERAGE_RUNNING) { | ||
// Disable compile to avoid an infinite loop | ||
@@ -13,0 +13,0 @@ await hre.run('size-contracts', { noCompile: true }); |
8286
0.44%