We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117308d commit 9e0a363Copy full SHA for 9e0a363
package.json
@@ -9,7 +9,7 @@
9
"test": "forge test -vvv",
10
"lint:sol": "solhint -f table --max-warnings 0 'src/**/*.sol' 'test/**/*.sol' 'script/**/*.sol'",
11
"fmt:sol": "forge fmt",
12
- "coverage:sol": "forge coverage --report lcov --ir-minimum"
+ "coverage:sol": "forge coverage --report lcov --use 0.8.26 --ir-minimum"
13
},
14
"dependencies": {
15
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.40",
0 commit comments