sc-forks / solidity-coverage

Code coverage for Solidity smart-contracts
MIT License
975 stars 263 forks source link

Use fs.stat to check directory status #880

Closed cgewecke closed 6 months ago

cgewecke commented 6 months ago

879

Addresses EISDIR crash reported in #879 when directory names contain a period. The path.extName function was returning an extension in this case causing assembleFiles to treat the directory as a source file.