-
Notifications
You must be signed in to change notification settings - Fork 2
/
.solcover.js
26 lines (26 loc) · 993 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
module.exports = {
skipFiles: [
"test/ComponentRegistryTest.sol",
"test/ERC20Token.sol",
"test/GnosisSafeABICreator.sol",
"test/MockOperatorContract.sol",
"test/MockServiceRegistry.sol",
"test/MockStaking.sol",
"test/MockTimelock.sol",
"test/ReentrancyAttacker.sol",
"test/ReentrancyTokenAttacker.sol",
"test/ReentrancyStakingAttacker.sol",
"test/SafeNonceLib.sol",
"flatten/AgentRegistry-flatten.sol",
"flatten/ComponentRegistry-flatten.sol",
"flatten/GenericManager-flatten.sol",
"flatten/GenericRegistry-flatten.sol",
"flatten/RegistriesManager-flatten.sol",
"flatten/ServiceManager-flatten.sol",
"flatten/ServiceRegistry-flatten.sol",
"flatten/ServiceRegistry-flatten-generic.sol",
"flatten/ServiceRegistryL2-flatten.sol",
"flatten/UnitRegistry-flatten.sol",
"scribble/ServiceRegistryAnnotated.sol",
]
};