Is your feature request related to a problem? Please describe.
It currently does not seem possible to execute the functional tests in parallel when running make cov.
Thus it makes running this command very slow.
Describe the solution you’d like
Run test coverage functional tests with make cov -j8 or FUNCTIONAL_TESTS_JOBS=8 make cov ?