-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.solcover.js
24 lines (23 loc) · 970 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
module.exports = {
skipFiles: [
"BridgeExample/AllBridge1/Bridge.t.sol",
"BridgeExample/AllBridge1/BridgeOriginal.t.sol",
"BridgeExample/AllBridge1/WrappedToken.t.sol",
"BridgeExample/AllBridge1/interfaces/IValidator.t.sol",
"BridgeExample/AllBridge1/interfaces/IWrappedTokenV0.t.sol",
"BridgeExample/AllBridge2/Bridge.t.sol",
"BridgeExample/AllBridge2/GasOracle.t.sol",
"BridgeExample/AllBridge2/GasUsage.t.sol",
"BridgeExample/AllBridge2/HashUtils.t.sol",
"BridgeExample/AllBridge2/Messenger.t.sol",
"BridgeExample/AllBridge2/MessengerGateway.t.sol",
"BridgeExample/AllBridge2/Pool.t.sol",
"BridgeExample/AllBridge2/RewardManager.t.sol",
"BridgeExample/AllBridge2/Router.t.sol",
"BridgeExample/AllBridge2/Structs.t.sol",
"BridgeExample/AllBridge2/WormholeMessenger.t.sol",
"test/ERC20s.sol",
"Validator.sol"
],
configureYulOptimizer: true,
};