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
nyc does not properly generate coverage reports if there is a space in the folder name. Returns Unknown% ( 0/0 ) for coverage. Removing the space in folder name and replacing with underscore fixed all issues.