-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.solcover.js
41 lines (41 loc) · 3.17 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
module.exports = {
port: 8255,
testCommand:
"node --max-old-space-size=8196 ../node_modules/.bin/truffle test --network coverage",
compileCommand: "../node_modules/.bin/truffle compile --all",
skipFiles: [
"SnapshotToken/Extensions/Disbursal.sol",
"SnapshotToken/Extensions/Vote.sol",
"Snapshot/Extras/Daily.sol",
"Snapshot/Extras/EveryBlock.sol",
"Snapshot/Extras/Snapshotable.sol",
"Company/Extras/",
"test/",
],
testrpcOptions:
'--port 8555 --gasPrice 1 \
--account="0x2a9f4a59835a4cd455c9dbe463dcdf1b11b937e610d005c6b46300f0fa98d0b1, 123000000000000000000000000" \
--account="0x79177f5833b64c8fdcc9862f5a779b8ff0e1853bf6e9e4748898d4b6de7e8c93, 123000000000000000000000000" \
--account="0xb8c9391742bcf13c2efe56aa8d158ff8b50191a11d9fe5021d8b31cd86f96f46, 123000000000000000000000000" \
--account="0xfd4f06f51658d687910bb3675b5c093d4f93fff1183110101e0101fa88e08e5a, 123000000000000000000000000" \
--account="0x1354699398f5b5f518b9714457a24a872d4746561da0648cbe03d1785b6af649, 123000000000000000000000000" \
--account="0x941a09e617aeb905e13c58d700d48875d5f05eeec1de1981d3227e3bbc72b689, 123000000000000000000000000" \
--account="0x9be0993812c14583c58e4456cce1ab50ce9bd8e891eb754518c13cffc27b95c3, 123000000000000000000000000" \
--account="0x7584f650f14599bf2d7e1692c2724d01bfa1ccaa8197ed8d34e0c6aed70e0dfe, 123000000000000000000000000" \
--account="0x45f9d8f48f127a4804bcd313f26f6e5cc9f1c0f6d2eae1850b935f68af417d15, 123000000000000000000000000" \
--account="0x8bf3960bdf2a93ae0fe95d19582a639453edbb084b7f36be7f91789da8bf0390, 123000000000000000000000000" \
--account="0x86894df4dae0eec4d7d13d08c32d92e614161790accdf1820981b45e6a74f07a, 123000000000000000000000000" \
--account="0x75130945b6fba959304790f2664a4c1c5333750b63a0dd110f49b5156397f60c, 123000000000000000000000000" \
--account="0xd248883d7f437e22291739a5e5e53890e454b626400b9cc0027bf41383b204ef, 123000000000000000000000000" \
--account="0x749244a19e688fe7106b9efdc907df6376edeadc393efd9c31eb53ad025ff096, 123000000000000000000000000" \
--account="0xa81a2bc577ac9631abae432ee8a10660c5a7c948bfe5695da7b7874e858ad1d6, 123000000000000000000000000" \
--account="0x8f39956fd29869c2a51107c19b33ea4ed531cdc3c01d8cf7a9a4dada684adc48, 123000000000000000000000000" \
--account="0x7a49f4cd3632a725425d233249f757f102d6774868ac4e093871375ae9aae4e1, 123000000000000000000000000" \
--account="0x8822940f1f642d9ad1d08d1cf6c5bc919f33e3ceb8365e91e694cfe67578997a, 123000000000000000000000000" \
--account="0xac9c5791f78090ae521ba514cb973307c0c8e759172de86f7538085f2dd42df3, 123000000000000000000000000" \
--account="0xb5848686d0bc7e90cf0af17d539dc594d8ad5e4676f19a3e5cd7b49f7a4628e9, 123000000000000000000000000" \
--account="0x73d36b0a24c4fd181a718672c627fd0caadd8d9ac0df72267f89f8f117d2fd39, 123000000000000000000000000" \
--account="0x2b7dc7e315fdd1192f5c9240f9ddd1032f7696107f0d177599e1a362f1e8e054, 123000000000000000000000000" \
--account="0xcc5e22b1568ea35e732a0952f6d873fd06190add23bfafe312afbb465f2d98c6, 123000000000000000000000000" \
--account="0x87d63fa9252e2bdc5122559618c3726fe5f4539ab94b5220d1060b7df498f199, 123000000000000000000000000"',
};