I am using hardhat-deploy with solidity-coverage so there might be some incompatibilities but cannot find any obvious one
The issue I have is that there seems to be no generated artifacts in the temp folder, even though the .coverage_cache contains solidity-files-cache.json
I commented the line that delete the temp folder and after execution of hardhat coverage the folder exist but is empty.
Any idea ?