Skip to content

Commit

Permalink
Coverage fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Penta committed Sep 9, 2021
1 parent 7df8a6f commit ca7db27
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 40 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -75,7 +75,7 @@
"lint-staged": "^10.4.0",
"remix-ide": "^0.10.3",
"sol-merger": "0.1.4",
"solidity-coverage": "0.7.16",
"solidity-coverage": "0.8.0-beta.0",
"solium": "^1.2.5",
"solium-plugin-zeppelin": "^0.0.2",
"web3-utils": "^1.2.8"
Expand Down
1 change: 1 addition & 0 deletions truffle-config.js
Expand Up @@ -41,6 +41,7 @@ module.exports = {
port: 8555,
gas: 0xfffffffffff,
gasPrice: 0x01,
disableConfirmationListener: true
},
ganache: {
host: 'localhost',
Expand Down

0 comments on commit ca7db27

Please sign in to comment.