You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So recently migrated over to this package, and since we have a mono-repo of a front-end, which includes multiple different path and sometimes a few nested components. When trying to view a coverage report, I came across this error:
After some investigations I found out the problem was to do with the path character length, which exceeded 260 characters (excluding the file://C:/Users/ Is there a way to possibly take this length into consideration? Not sure how many people would be affected by this, but you wouldn't be able to view the reports on any browser because of the limit. See below a link for windows length limits Windows path limit
Here is a stackoverflow explaining it more: stackOverflow
The text was updated successfully, but these errors were encountered:
Hi
So recently migrated over to this package, and since we have a mono-repo of a front-end, which includes multiple different path and sometimes a few nested components. When trying to view a coverage report, I came across this error:
After some investigations I found out the problem was to do with the path character length, which exceeded 260 characters (excluding the
file://C:/Users/
Is there a way to possibly take this length into consideration? Not sure how many people would be affected by this, but you wouldn't be able to view the reports on any browser because of the limit. See below a link for windows length limitsWindows path limit
Here is a stackoverflow explaining it more: stackOverflow
The text was updated successfully, but these errors were encountered: