You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(contracts): gate the coverage compile-skip on solidity-coverage's run flag
Trigger the test-phase noCompile on solidity-coverage's own __SOLIDITY_COVERAGE_RUNNING HRE flag
instead of our COVERAGE env var. The flag is true only during an actual coverage run, so a stray
COVERAGE=true in the environment can no longer make a plain hardhat test skip compilation and run
stale artifacts; and if the internal flag ever changes the worst case is the redundant compile
returning, a perf regression rather than a correctness bug.
Signed-off-by: Miguel_LZPF <miguel.carpena@io.builders>
0 commit comments