forked from cortexdao/protocol-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.solcover.js
25 lines (25 loc) · 800 Bytes
/
.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
module.exports = {
skipFiles: [
"misc",
"registry/AddressRegistry.sol",
"deploy/TestAlphaDeployment.sol",
"deploy/testFactories.sol",
"libraries/TestNamedAddressSet.sol",
"lpaccount/TestLpAccount.sol",
"lpaccount/TestLpAccountStorage.sol",
"lpaccount/TestSwap.sol",
"lpaccount/TestZap.sol",
"mapt/TestMetaPoolToken.sol",
"mapt/TestMetaPoolTokenUpgraded.sol",
"pool/PoolToken.sol",
"pool/TestPoolToken.sol",
"pool/TestPoolTokenUpgraded.sol",
"pool/TestPoolTokenV2.sol",
"protocols/aave/common/TestAaveZap.sol",
"protocols/curve/common/TestCurveZap.sol",
"registry/TestAddressRegistryUpgraded.sol",
"rewards/TestGovernanceTokenUpgraded.sol",
"tvl/TestImmutableAssetAllocation.sol",
"tvl/TestTvlManager.sol",
],
};