Allow to change coverage data file location in settings #24741
Labels
area-testing
feature-request
Request for new features or functionality
needs community feedback
Awaiting community feedback
I have a need to override a coverage data file location in python project. So I use:
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:
to set it on demand instead of default
.coverage
one.The text was updated successfully, but these errors were encountered: