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
Fix error regarding --no-coverage when running other commands than run
--no-coverage argument will be added to all commands, to allow skipping coverage generation (currently it is only supported by run command). See Fix missing check for 'no-coverage' option #29 for a usecase