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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,8 @@ module.exports = {
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
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.)) |
129
-
| matrixOutputPath |*String*|`./testMatrix.json`| Relative path to write test matrix JSON object to. [More...][38]|
129
+
| matrixOutputPath |*String*|`./testMatrix.json`| Relative path to write test matrix JSON object to. [More...][38]|
130
+
| mochaJsonOutputPath |*String*|`./mochaOutput.json`| Relative path to write mocha JSON reporter object to. [More...][38]|
130
131
| abiOutputPath |*String*|`./humanReadableAbis.json`| Relative path to write diff-able ABI data to. [More...][38]|
131
132
| istanbulFolder |*String*|`./coverage`| Folder location for Istanbul coverage reports. |
0 commit comments