first commit
This commit is contained in:
16
.solcover.js
Normal file
16
.solcover.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
client: require("ganache-cli"),
|
||||
port: 6545,
|
||||
testrpcOptions:
|
||||
"--port 6545 -l 0x1fffffffffffff -i 1002 -g 1 --allowUnlimitedContractSize",
|
||||
skipFiles: [
|
||||
"lib/SafeMath.sol",
|
||||
"lib/DecimalMath.sol",
|
||||
"lib/Types.sol",
|
||||
"lib/ReentrancyGuard.sol",
|
||||
"lib/Ownable.sol",
|
||||
"impl/DODOLpToken.sol",
|
||||
"intf",
|
||||
"helper",
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user