cgewecke / hardhat-gas-reporter

Gas Usage Analytics for Hardhat
MIT License
411 stars 57 forks source link

Error HH205: Tried to call runSuper from a non-overridden definition of task hhgas:start #218

Closed cgewecke closed 6 months ago

cgewecke commented 6 months ago

This happens if the test task is run with --parallel or if the reporter is enabled when solidity-coverage runs.

The handling for those cases should just return and allow the test task to continue.

https://github.com/cgewecke/hardhat-gas-reporter/blob/98168761bf5d771940c9f00fd5ad53ddeb5b214f/src/index.ts#L110-L120

cgewecke commented 6 months ago

Fixed in 2.0.2