When I run coverage run -m pytest tests/
followed by coverage report
in the terminal
I get the following error:
No source for code: '/private/var/.../_remote_module_non_scriptable.py'.
It seems like a similar issue has been resolved already, however I do not understand the solution.
Can a friendly soul help me understand what might be the cause of the problem?