EISDIR error when paths.sources
directory name contains .
#879
Labels
paths.sources
directory name contains .
#879
Solidity Coverage crashes with the error "Error in plugin solidity-coverage: Error: EISDIR: illegal operation on a directory, read"
For example, if the contracts are in the ./Solidity-4.21 directory (crashes because of a dot in the folder name)
paths: {
sources:
./Solidity-4.21
,tests: "./test",
cache: "./cache",
artifacts: "./artifacts",
},
package versions:
"hardhat": "^2.22.1",
"solidity-coverage": "github:sc-forks/solidity-coverage#master"
The text was updated successfully, but these errors were encountered: