Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Bump sol-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-es committed Oct 19, 2020
1 parent af238f3 commit 02347c8
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 239 deletions.
3 changes: 2 additions & 1 deletion packages/protocol/.solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ module.exports = {
timeout: 90000,
grep: "@skip-on-coverage", // Find everything with this tag
invert: true // Run the grep's inverse set.
}
},
measureStatementCoverage: false
};
6 changes: 3 additions & 3 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"ap-chain:start": "./scripts/setup-ap-chain.sh --no-deploy",
"ap-chain:setup": "./scripts/setup-ap-chain.sh",
"build": "npm run compile && npm run generate-ts-bindings && npm run generate-ap-chain-snapshot && webpack",
"compile": "./node_modules/.bin/buidler compile --max-memory 4096",
"coverage": "./node_modules/.bin/buidler coverage --max-memory 4096",
"compile": "node --max-old-space-size=4096 ./node_modules/.bin/buidler compile",
"coverage": "node --max-old-space-size=4096 ./node_modules/.bin/buidler coverage",
"generate-ap-chain-snapshot": "./scripts/setup-ap-chain.sh --take-snapshot",
"generate-ts-bindings": "rm -rf ./ts-bindings && typechain --target web3-v1 --outDir ./src/types/contracts './build/contracts/*.json'",
"lint": "solhint contracts/**/*.sol && eslint src/**/*.ts",
Expand Down Expand Up @@ -81,7 +81,7 @@
"jest": "^23.6.0",
"openzeppelin-test-helpers": "^0.1.2",
"solhint": "^3.0.0",
"solidity-coverage": "^0.7.4",
"solidity-coverage": "^0.7.11",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.3",
"typechain": "^1.0.5",
Expand Down
Loading

0 comments on commit 02347c8

Please sign in to comment.