Having trouble using code coverage for PyCharm
已回答
I tried following the tutorial here: https://www.jetbrains.com/help/pycharm/viewing-code-coverage-results.html
However, I could not find "show code coverage data" under tools:

I also tried to follow this tutorial here: https://www.jetbrains.com/help/pycharm/configuring-code-coverage-measurement.html
However, I also couldn't find "Coverage" under "Build, Execution, Deployment"

I figured it might be because I didn't have a plugin enabled. However I noticed all plugins were enabled.

I ended up installing PUTVT, but there isn't a whole lot of support for it. Does anyone have any ideas to point me in the right direction?
请先登录再写评论。
Hello! What PyCharm Edition do you use? Please note that Code coverage feature is supported only in PyCharm Professional: https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html.
Ah. This makes so much sense now. I use community.