crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://www.trailofbits.com/
GNU Affero General Public License v3.0
292 stars 37 forks source link

coverage report ideas #325

Open 0xalpharush opened 6 months ago

0xalpharush commented 6 months ago
0xicingdeath commented 6 months ago

There is a branch somewhere to collapse all the files and expand all of them that @Xenomega was working on; as well as a file tree for easier parsing / access!

Edit: https://github.com/crytic/medusa/pull/302

aviggiano commented 4 months ago

Another idea is to filter all library files by default (e.g. OpenZeppelin files, etc)

PoeAudits commented 3 months ago

Or allow users to specify which files to include in the report, or at least sort them by test > src > lib. They are currently sorted alphabetically, even just reversing the order would be a significant improvement since it starts with lib.