jest-it-up
jest-it-up copied to clipboard
Minor Bug: `coverageDirectory` set to `"<rootDir>/coverage"` results in Error: `ENOENT: no such file or directory`
Hi @rbardini
This is a useful plugin, thank you!
I noticed that configuring coverageDirectory
to be coverageDirectory: "<rootDir>/coverage"
results in an ENOENT
error because <rootDir> is not parsed. The following value works "./coverage"
.
Regards, TJ
^ having the same issue
:tada: This issue has been resolved in version 4.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: