Hi, recently somehow I get a code that can only compile with optimizer on :sweat::sweat::sweat: But anyway, just realized that during the coverage, it actually force flagging the using optimizer flag to false: https://github.com/sc-forks/solidity-coverage/blob/beta/dist/truffle.plugin.js#L92 Is there a reason to do so? Also, shall we also just keep in mind that the coverage would always be running without optimizer on?