Skip to content

Commit 48f2745

Browse files
committed
lint: properly space --ir-minimum in yarn coverage
1 parent 6515bef commit 48f2745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"clean": "rimraf cache out",
18-
"coverage": "forge coverage --ir-minimum --report lcov",
18+
"coverage": "forge coverage --no-matchh-coverage testFork --ir-minimum --report lcov",
1919
"lint": "yarn lint:sol && yarn prettier:check",
2020
"lint:sol": "solhint \"{src,test,script}/**/*.sol\"",
2121
"prettier:check": "prettier --check \"**/*.{json,md,sol,yml}\"",

0 commit comments

Comments
 (0)