Closed ruffsl closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
c7ff24c
) 100.00% compared to head (f35cef8
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@cottsay do you have any comments on this PR?
by using
os.path.relpath()
instead ofpath.relative_to()
, allowing for absolute paths that are not sub paths to CWD.Fixes https://github.com/colcon/colcon-clean/issues/37