Code coverage improvements (#656)
* Add check for coverage threshold * Rename WrapEth foundry test file to .t.sol
This commit is contained in:
@@ -29,7 +29,7 @@ import "src/transformers/bridges/BridgeProtocols.sol";
|
||||
import "src/transformers/bridges/EthereumBridgeAdapter.sol";
|
||||
import "src/IZeroEx.sol";
|
||||
|
||||
contract WrapEth is Test, ForkUtils, TestUtils {
|
||||
contract WrapEthTest is Test, ForkUtils, TestUtils {
|
||||
DeployZeroEx.ZeroExDeployed zeroExDeployed;
|
||||
|
||||
function setUp() public {
|
||||
|
Reference in New Issue
Block a user