Skip to content

Commit

Permalink
chore: skipping coverage for test contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 24, 2023
1 parent 6483e26 commit d5bd082
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -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"
]
};

0 comments on commit d5bd082

Please sign in to comment.