Description
I'm trying to set relative file paths, but failing 😄
https://coverage.readthedocs.io/en/7.0.1/cmd.html#re-mapping-paths Am I right to assume this removes the need for paths.source
?
When I look at here https://coverage.readthedocs.io/en/7.0.1/config.html#paths, I do not see paths.other
explained (as you set it here - https://github.com/platformdirs/platformdirs/blob/main/pyproject.toml#L59, so it's not clear why that fixed platformdirs).
I ran into this while trying to fix pypa/virtualenv#2477
PS. this is not really a bug, but I couldn't open a discussion or q/a here, perhaps it would be nice to enable that feature for the repo 🤔
I've tried without the relative coverage, but I'm failing to get virtualenv CI pass with 7.0 https://github.com/pypa/virtualenv/actions/runs/3805116230/jobs/6472857177, even after moving from * to **.