Skip to content

Commit

Permalink
Make code coverage measurements more accurate (compound-finance#205)
Browse files Browse the repository at this point in the history
* bump solidity-coverage to v0.7.20

* add .solcover.js; ignore test/, vendor/ and ERC20.sol
  • Loading branch information
scott-silver authored Mar 3, 2022
1 parent 2d9a695 commit 82fd703
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 199 deletions.
3 changes: 3 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
skipFiles: ['test/', 'vendor/', 'ERC20.sol']
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"nock": "^13.2.2",
"prettier": "2.5.1",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.17",
"solidity-coverage": "^0.7.20",
"ts-node": "^10.4.0",
"typechain": "^6.0.2",
"typescript": "^4.4.4"
Expand Down
Loading

0 comments on commit 82fd703

Please sign in to comment.