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
The functions used for code coverage have most of the code inside a hugh
if statement checking for CODE_COVERAGE, but it would be easier to just
check if it's not set and return from the function immediately, slightly
improving readability.
0 commit comments