Skip to content

Commit

Permalink
Skip test files in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Oct 9, 2023
1 parent 23f36d5 commit e687417
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
module.exports = {
skipFiles: ["test/Token.sol", "test/ERC20Token.sol", "test/TestHandler.sol", "test/ERC1155Token.sol"],
skipFiles: [
"test/Token.sol",
"test/ERC20Token.sol",
"test/TestHandler.sol",
"test/ERC1155Token.sol",
"test/DelegateCaller.sol",
"test/Test4337ModuleAndHandler.sol",
"test/TestNativeTokenReceiver.sol",
],
mocha: {
grep: "@skip-on-coverage", // Find everything with this tag
invert: true, // Run the grep's inverse set.
Expand Down

0 comments on commit e687417

Please sign in to comment.