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
304 stars 18 forks source link

♻️ A Test PR for Slither Code Scanning Results #25

Closed pcaversaccio closed 11 months ago

pcaversaccio commented 11 months ago

NOT MERGING! This PR is simply a test to check that Slither Code Scanning has all required configurations.

github-actions[bot] commented 11 months ago

Coverage after merging test-slither-ci into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   CreateX.sol100%100%100%100%
pcaversaccio commented 11 months ago

Closing as it's working as intended. image