Support for eth-gas-reporter with OpenZeppelin Test Environment?

@abcoathup I could set the test environment with OZ Test Environment and its working great.
However, I can see that there is missing support for eth-gas-reporter as the test doesn’t return any info about gas usage.
Any thoughts on this?
thanks.

1 Like

Hi @m-yahya,

Gas reporting isn’t currently supported in OpenZeppelin Test Environment.

There is an open issue for adding support for gas reporting: https://github.com/OpenZeppelin/openzeppelin-test-environment/issues/65

Thank you @abcoathup for the important info.

One more issue, it seems that solidity-coverage is also not fully supported yet as running the test produce empty coverage table.

1 Like

Hi @m-yahya,

Solidity Coverage isn’t supported yet, it is part of the Q2 Roadmap: https://github.com/OpenZeppelin/openzeppelin-test-environment/issues/73

all right, thank you.

1 Like