-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.solcover.js
30 lines (30 loc) · 959 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
26
27
28
29
30
module.exports = {
skipFiles: [
'token/VoteToken.sol',
'token/TimeLockedToken.sol',
'token/TimeLockRegistry.sol',
'token/BABLToken.sol',
'mocks/AaveOracleMock.sol',
'mocks/RewardsDistributorV2Mock.sol',
'mocks/RevertOracle.sol',
'mocks/BabylonGovernorV2Mock.sol',
'mocks/BabylonGovernorMock.sol',
'mocks/AaveOracleMock.sol',
'lib/UniversalERC20.sol',
'lib/BytesLib.sol',
'lib/AddressArrayUtils.sol',
'lib/PreciseUnitMath.sol',
'lib/Safe3296.sol',
'lib/SafeDecimalMath.sol',
'lib/Math.sol',
'integrations/passive/HarvestV3StakeIntegration.sol',
'integrations/passive/HarvestVaultIntegration.sol',
'integrations/pool/BalancerIntegration.sol',
'integrations/pool/HarvestPoolV3Integration.sol',
'governance/BabylonGovernor.sol',
'governance/Assistant.sol',
'governance/GovernorAlpha.sol',
'governance/TimeLock.sol',
'mocks/BabControllerV2Mock.sol',
],
};