We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb7e32 commit e630a2bCopy full SHA for e630a2b
docs/faq.md
@@ -110,6 +110,18 @@ Work-arounds for this problem are tracked below. (These are only available in ha
110
}
111
```
112
113
+**Work-around #3**
114
++ Set the `.solcover.js` option: `configureYulOptimizer` to `true`.
115
++ Set the `.solcover.js` option: `solcOptimizerDetails` to:
116
+ ```js
117
+ {
118
+ yul: true,
119
+ yulDetails: {
120
+ optimizerSteps: ""
121
+ },
122
+ }
123
+ ```
124
+
125
## Notes on gas distortion
126
127
Solidity-coverage instruments by injecting statements into your code, increasing its execution costs.
0 commit comments