Code coverage recently went up from 0% to 4%... yay! But that's still pretty low.
Every file in _functions needs reviewing and unit tests written for at least a portion of functions. Some functions will need to wait until their complexity is reduced, but there's a lot of tests that can be written now.
Code coverage recently went up from 0% to 4%... yay! But that's still pretty low.
Every file in
_functions
needs reviewing and unit tests written for at least a portion of functions. Some functions will need to wait until their complexity is reduced, but there's a lot of tests that can be written now.