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 3080c8f commit b021221Copy full SHA for b021221
contracts/.solcover.js
@@ -7,6 +7,7 @@ const shell = require("shelljs");
7
module.exports = {
8
istanbulReporter: ["lcov"],
9
configureYulOptimizer: true,
10
+ irMinimum: true,
11
onCompileComplete: async function (_config) {
12
await run("typechain");
13
},
contracts/scripts/coverage.sh
@@ -19,6 +19,7 @@ else
19
fi
20
21
# Generate the Hardhat coverage report
22
+sed -i '' 's/\(viaIR: \)true/\1false/' hardhat.config.ts
23
yarn clean
24
echo "Building contracts with Hardhat..."
25
yarn build
0 commit comments