decentdao / decent-contracts

Your Safe, Superpowered
https://app.fractalframework.xyz
MIT License
3 stars 3 forks source link

Contracts -- 100% test coverage #34

Closed sethhrbek closed 1 year ago

sethhrbek commented 1 year ago

There are some lower-complexity solidity functions that aren't currently covered by the specs.

These should get updated to be covered prior to the audit.

Below is screenshot of overview of output of solidity coverage plugin -- run npx hardhat coverage to generated the report and open up the index.html file to get a granular look at which lines/functions aren't currently covered by specs.

Image