I have a need to override a coverage data file location in python project. So I use:
[run]
data_file = .data/coverage.data
or similar in .coveragerc. Once changed then VS Code is not able to render TEST COVERAGE anywhere on the UI.
It would be nice to see some setting like:
"python.testing.coverageFile": "${workspaceFolder}/.data/coverage.data"
to set it on demand instead of default .coverage one.