Skip to content

Commit

Permalink
contracts: Tweak coverage config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Dec 2, 2020
1 parent fb2025e commit b44e340
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/contracts/.solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ module.exports = {

// Improve performance by skipping statements and functions. Tool still checks lines of code and branches:
// https://github.com/sc-forks/solidity-coverage/blob/master/docs/advanced.md
measureStatementCoverage: false,
measureFunctionCoverage: false,

testfiles: "test/LUSDTokenTest.js",
//measureStatementCoverage: false,
//measureFunctionCoverage: false,

skipFiles: [
"TestContracts/",
Expand All @@ -19,6 +17,7 @@ module.exports = {
"Interfaces/",
"Dependencies/Context.sol",
"Dependencies/IERC20.sol",
"Dependencies/IERC2612.sol",
"Dependencies/Math.sol",
"Dependencies/Ownable.sol",
"Dependencies/SafeMath.sol",
Expand Down

0 comments on commit b44e340

Please sign in to comment.