ValueError: path is on mount 'C:', start on mount 'W:'
hi,
i am experiencing the following problem when i run a test script using coverage.
ValueError: path is on mount 'C:', start on mount 'W:'
the test is finished succesfully, i think it is the writing of the 'report' coverage file that causes the problem.
indeed my script is in on a path in drive W
any thoughts?
Please sign in to leave a comment.
Are you using bundled coverage module or an installed package "coverage.py" ? In the latter case, please try to run the coverage from the terminal to determine if the issue is IDE specific.
I found the problem. it was the last version (5.0) of coverage. i switched back to 4.5.3 and works just fine