when I google, I see a few of the same issue but no solution,
the problem is I have a python package with tests based on unittest , pytest as test runner and plugins like pytest-cov to support the coverage , it all works fine on local machine, all tests are executed and pass, coverage is calculated for all tests, including CLI tests using subprocess.check_output .
I’m a little stuck, any help would be good @montana?