diff --git a/.solcover.js b/.solcover.js index 0d99085..01164d6 100644 --- a/.solcover.js +++ b/.solcover.js @@ -1,7 +1,8 @@ module.exports = { skipFiles: [ + "test/ABICreator.sol", "test/ERC20Token.sol", - "test/GnosisSafeABICreator.sol", - "test/MockAgentMech.sol" + "test/MockAgentMech.sol", + "test/SafeNonceLib.sol" ] };