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
Running our behat tests with xdebug trace turned on (xdebug.auto_trace=1) outputs about 30 GBs of trace files. We can analyze this data to determine which files and functions our regular tests cover (we can't - unfortunately - glean line-by-line coverage information using this technique).