jest-it-up icon indicating copy to clipboard operation
jest-it-up copied to clipboard

Minor Bug: `coverageDirectory` set to `"<rootDir>/coverage"` results in Error: `ENOENT: no such file or directory`

Open tjunghans opened this issue 1 year ago • 1 comments

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

tjunghans avatar Feb 22 '24 12:02 tjunghans

^ having the same issue

anlesk avatar Jul 30 '24 05:07 anlesk

:tada: This issue has been resolved in version 4.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Aug 26 '24 23:08 github-actions[bot]