Coverage report for pyspark program

Viewed 21

When I try to generate the coverage report for pyspark program ,it is showing system cannot find the path. The command I have used for coverage is coverage run test_tpv.py(this is a pysaprk testing program).This coverage run works fine with the python program but not with spark program. Is there any other way of producing coverage report for pysaprk program?

0 Answers
Related