unit test coverage - error exporting
I have a project developed PySide6, using unittest and trying to measure coverage. I did enable the menu checkbox Testing->Use Code Coverage. All tests pass.
Menu Testing->Export Coverage Data->Export Raw fails with message: "Error executing command .internaltesting.code_coverage_export", however, the file is generated, it is a sqlite database.
Menu Testing->Export Coverage Data->Export Html fails with message "No source for code: \tdd\pyscript".
Comments