Skip to content

Commit

Permalink
chore: updating solcover with skipping test files
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 22, 2023
1 parent 1aa255a commit 8fff7da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ module.exports = {
skipFiles: ["test/ComponentRegistryTest.sol",
"test/ERC20Token.sol",
"test/GnosisSafeABICreator.sol",
"test/MockAgentMech.sol",
"test/MockOperatorContract.sol",
"test/MockServiceRegistry.sol",
"test/MockTimelock.sol",
"test/ReentrancyAttacker.sol",
"test/ReentrancyTokenAttacker.sol",
"test/ReentrancyStakingAttacker.sol",
"test/SafeNonceLib.sol",
"flatten/AgentRegistry-flatten.sol",
"flatten/ComponentRegistry-flatten.sol",
"flatten/GenericManager-flatten.sol",
Expand Down

0 comments on commit 8fff7da

Please sign in to comment.