<div dir="ltr">Hi guys,<div><br></div><div>I embarked on the road of obtaining a coverage report for functional tests against a server process. The server is deployed as .pyc files, and the source files can be made available in a separate subversion working folder. I wouldn&#39;t want to edit any existing .py files.</div>

<div><br></div><div>Can coverage work with .pyc files - I am getting errors when using coverage run main.pyc from the command line, so maybe with the API? </div><div>I tired this also, my custom code is run but it can not find the source files at the time of coverage.html_report() although I passed the directory of source files to coverage.coverage.</div>

<div><br></div><div>Thanks a lot,</div><div>Lucian</div></div>