Python coverage with docker remote interpreter (anyone was able to get result beside 0%?)
Answered
I can get coverage result with a local interpreter just fine but when it comes to docker remote interpreter i always get 0% coverage. It's probably because Pycharm looks for coverage for local files and finds nothing since the tests are run inside a container. I tried playing with volumes and mappings but without any luck.
Was anyone able to get it to work? If yes, how did you do it?
Thanks!
Please sign in to leave a comment.
Hello!
There are known issues https://youtrack.jetbrains.com/issue/PY-19260, https://youtrack.jetbrains.com/issue/PY-18822 please follow them for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Thanks!
Any update on these? The issue are not providing much more information.