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
I'd like to use istanbul to calculate code coverage reports for our CodeceptJS tests. The mocha tutorial for Istanbul indicates you run the mocha tests with nyc e.g. nyc mocha run
As CodeceptJS is based on Mocha, will it work to run codeceptjs using nyc? e.g. nyc codeceptjs run