I'm using Medusa V1.3.0, Foundry and viaIR
These are the build args in medusa.json
"predeployedContracts": {
"ActionHelper": "0xf01",
"LoanCalculator": "0xf02"
},
"args": [
"--compile-libraries=(ActionHelper,0xf01),(LoanCalculator,0xf02)", "--foundry-compile-all"
]
Coverage Report

Removing the explicit call to compile-libraries and predeployedContracts causes the Coverage Report to miss certain files

The run seems to still hit the same actual coverage as canaries are breaking in both cases