coveragepy
coveragepy copied to clipboard
Workaround issue with `os.path.relpath` on `win32`
Fixes #1428.
I took inspiration from #896, which solved the same issue with relpath experienced here, on a different section of code.
@nedbat do you happen to have any suggestions on how a test for this could be implemented?