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
add_code_coverage() checks for CODE_COVERAGE variable
According to the documentation, any code coverage is enabled
only when CODE_COVERAGE is enabled. The add_code_coverage()
function was not checking for it. This commit fixes it.
0 commit comments