Missing “Code Coverage” tab on Python project
问题 I have a Python project hosted on GitHub, which I test using Azure Pipelines (here is a link to the configuration). I am running unit tests with pytest and get coverage results, which I upload in my pipeline. I get an overall code coverage percentage in the pipeline execution summary (example), but I don't see a "Code Coverage" tab that contains the details of which lines are covered. The build artifacts contain the HTML code coverage report, which contains this information, but it'd be nicer