-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.solcover.js
26 lines (26 loc) · 1.04 KB
/
.solcover.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module.exports = {
skipFiles: [
'utils/AddressUpgradeable.sol',
'utils/ContextUpgradeable.sol',
'utils/EnumerableSetUpgradeable.sol',
'utils/ERC1155/ERC1155Upgradeable.sol',
'utils/ERC1155/IERC1155MetadataURIUpgradeable.sol',
'utils/ERC1155/IERC1155ReceiverUpgradeable.sol',
'utils/ERC1155/IERC1155Upgradeable.sol',
'utils/ERC165/ERC165CheckerUpgradeable.sol',
'utils/ERC165/ERC165Upgradeable.sol',
'utils/ERC165/IERC165Upgradeable.sol',
'utils/IAccessControlUpgradeable.sol',
'utils/Initializable.sol',
'utils/PausableUpgradeable.sol',
'utils/Proxy/ERC1967UpgradeUpgradeable.sol',
'utils/Proxy/IBeaconUpgradeable.sol',
'utils/Proxy/StorageSlotUpgradeable.sol',
'utils/ReentrancyGuardUpgradeable.sol',
'utils/SafeMathUpgradeable.sol',
'utils/StringsUpgradeable.sol',
'utils/UUPSUpgradeable.sol',
'community/implementation/BasicCommunityV2.sol',
'test/BasicCommunityV2Test.sol'
]
}