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
Test coverage support now covers the entire source tree, includingcontrib, instead of just src/backend. In a related but independentdevelopment, the commands make coverage and make coverage-html can be runin any directory.This turned out to be much easier than feared. Besides a few ad hoc fixesto pass the make target down the tree, change all affected makefiles tolist their directories in the SUBDIRS variable, changed from variants likeDIRS and WANTED_DIRS. MSVC build fix was attempted as well.