Skip to content

Commit

Permalink
Exclude BaseTest from coverage in coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
elenadimitrova committed Feb 1, 2023
1 parent 29b3725 commit 56a4436
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion contracts/governance/test/ZRXWrappedTokenTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
pragma solidity ^0.8.17;

import "./BaseTest.sol";
import "./BaseTest.t.sol";
import "../src/ZRXWrappedToken.sol";
import "@openzeppelin/token/ERC20/ERC20.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/governance/test/ZeroExGovernor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
pragma solidity ^0.8.17;

import "./BaseTest.sol";
import "./BaseTest.t.sol";
import "../src/ZeroExTimelock.sol";
import "../src/ZeroExGovernor.sol";
import "../src/ZRXWrappedToken.sol";
Expand Down

0 comments on commit 56a4436

Please sign in to comment.