Skip to content

Commit 9e0a363

Browse files
committed
fix: update coverage script to use specific Solidity version for consistency
1 parent 117308d commit 9e0a363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "forge test -vvv",
1010
"lint:sol": "solhint -f table --max-warnings 0 'src/**/*.sol' 'test/**/*.sol' 'script/**/*.sol'",
1111
"fmt:sol": "forge fmt",
12-
"coverage:sol": "forge coverage --report lcov --ir-minimum"
12+
"coverage:sol": "forge coverage --report lcov --use 0.8.26 --ir-minimum"
1313
},
1414
"dependencies": {
1515
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.40",

0 commit comments

Comments
 (0)