Skip to content

Commit

Permalink
feat: added ignore coverage to contract types
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinBattilana committed Sep 30, 2024
1 parent 92dc9b9 commit b65bf6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
},
},
coveragePathIgnorePatterns: [
'packages/contract-types/*',
'packages/contract-helpers/src/permissions-manager/typechain',
'packages/contract-helpers/src/ui-incentive-data-provider/typechain',
'packages/contract-helpers/src/wallet-balance-provider/typechain',
Expand Down

0 comments on commit b65bf6c

Please sign in to comment.