chromaxyz / reflex

A Solidity framework for upgradeable modularized applications.
GNU General Public License v3.0
52 stars 1 forks source link

Add Code Coverage CI flow #12

Open zerosnacks opened 1 year ago

zerosnacks commented 1 year ago

See: https://github.com/morpho-dao/morpho-v1/blob/main/.github/actions/ci-foundry/action.yml

See: https://about.codecov.io/pricing/

zerosnacks commented 1 year ago

Alternatively a custom LCOV integration https://github.com/ScopeLift/foundry-template/blob/main/.github/workflows/ci.yml

zerosnacks commented 1 year ago

Codecov has a free plan, even for private repo's, which I think will be the best.