-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.solcover.js
25 lines (25 loc) · 904 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: [
"fakes/escrow/FakeVoteEscrowBoosterV2.sol",
"fakes/escrow/FakeVoteEscrowLockerV2.sol",
"fakes/escrow/FakeVoteEscrowTokenStateV2.sol",
"fakes/escrow/FakeVoteEscrowTokenV2.sol",
"fakes/FakeCxToken.sol",
"fakes/FakeProtocol.sol",
"fakes/FakeToken.sol",
"fakes/FakeTokenWithReentrancy.sol",
"fakes/ForceEther.sol",
"fakes/Store.sol",
"fakes/StoreBase.sol",
"fakes/nft/FakeNeptuneLegends.sol",
"fakes/nft/FakeNeptuneLegendsState.sol",
"fakes/nft/FakeNftMint.sol",
"fakes/nft/FakeNoMintedNft.sol",
"fakes/nft/FakeNoSoulboundNft.sol",
"fakes/gauge-pool/FakeLiquidityGaugePoolControllerV2.sol",
"fakes/gauge-pool/FakeLiquidityGaugePoolRewardV2.sol",
"fakes/gauge-pool/FakeLiquidityGaugePoolStateV2.sol",
"fakes/gauge-pool/FakeLiquidityGaugePoolV2.sol",
"dependencies/ABDKMath64x64.sol",
],
};