Skip to content

Commit

Permalink
Skip airdrop factory on coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman committed Jun 19, 2024
1 parent 637512c commit 612a2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
timeout: 100000,
},
configureYulOptimizer: true,
skipFiles: ['test/', 'mocks/', 'HATArbitrator.sol', 'HATKlerosV2Connector.sol', 'HATAirdropFactory.sol'],
skipFiles: ['test/', 'mocks/', 'HATArbitrator.sol', 'HATKlerosV2Connector.sol', 'tge/HATAirdropFactory.sol'],
providerOptions: {
accounts: [
{
Expand Down

0 comments on commit 612a2c0

Please sign in to comment.