You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ module.exports = {
125
125
| measureStatementCoverage |*boolean*|`true`| Computes statement (in addition to line) coverage. [More...][34]|
126
126
| measureFunctionCoverage |*boolean*|`true`| Computes function coverage. [More...][34]|
127
127
| measureModifierCoverage |*boolean*|`true`| Computes each modifier invocation as a code branch. [More...][34]|
128
+
| modifierWhitelist |*String[]*|`[]`| List of modifier names (ex: "onlyOwner") to exclude from branch measurement. (Useful for modifiers which prepare something instead of acting as a gate.)) |
128
129
| matrixOutputPath |*String*|`./testMatrix.json`| Relative path to write test matrix JSON object to. [More...][38]|
129
130
| istanbulFolder |*String*|`./coverage`| Folder location for Istanbul coverage reports. |
0 commit comments