pcaversaccio / createx

Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
https://createx.rocks
GNU Affero General Public License v3.0
303 stars 18 forks source link

♻️ Restrict Visibility Modifiers in Tests #90

Closed pcaversaccio closed 6 months ago

pcaversaccio commented 6 months ago

🕓 Changelog

Due to the forge-std release v1.8.0 that, amongst others, replaces forge-std Solidity code with native cheat code assertions from Foundry, we can restrict certain visibility modifiers in the test suite to view.

🐶 Cute Animal Picture

image

github-actions[bot] commented 6 months ago

Coverage after merging fix-visibility-modifiers into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   CreateX.sol100%100%100%100%