Code coverage improvements (#656)

* Add check for coverage threshold

* Rename WrapEth foundry test file to .t.sol
This commit is contained in:
Elena
2023-02-08 09:04:17 +02:00
committed by GitHub
parent 8c35931041
commit f2f835591e
3 changed files with 9 additions and 2 deletions

View File

@@ -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 {