Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a custom distutils command to symlink data_files #592

Merged
merged 7 commits into from
Feb 3, 2024

Merge branch 'master' into cottsay/symlink-data

131cfeb
Select commit
Loading
Failed to load commit list.
Merged

Implement a custom distutils command to symlink data_files #592

Merge branch 'master' into cottsay/symlink-data
131cfeb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 3, 2024 in 0s

7.69% of diff hit (target 0.00%)

View this Pull Request on Codecov

7.69% of diff hit (target 0.00%)

Annotations

Check warning on line 5 in colcon_core/distutils/commands/symlink_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/distutils/commands/symlink_data.py#L4-L5

Added lines #L4 - L5 were not covered by tests

Check warning on line 11 in colcon_core/distutils/commands/symlink_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/distutils/commands/symlink_data.py#L11

Added line #L11 was not covered by tests

Check warning on line 13 in colcon_core/distutils/commands/symlink_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/distutils/commands/symlink_data.py#L13

Added line #L13 was not covered by tests

Check warning on line 18 in colcon_core/distutils/commands/symlink_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/distutils/commands/symlink_data.py#L18

Added line #L18 was not covered by tests

Check warning on line 20 in colcon_core/distutils/commands/symlink_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/distutils/commands/symlink_data.py#L20

Added line #L20 was not covered by tests

Check warning on line 22 in colcon_core/distutils/commands/symlink_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/distutils/commands/symlink_data.py#L22

Added line #L22 was not covered by tests

Check warning on line 26 in colcon_core/distutils/commands/symlink_data.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/distutils/commands/symlink_data.py#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 122 in colcon_core/task/python/build.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/task/python/build.py#L122

Added line #L122 was not covered by tests

Check warning on line 124 in colcon_core/task/python/build.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/task/python/build.py#L124

Added line #L124 was not covered by tests

Check warning on line 133 in colcon_core/task/python/build.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/task/python/build.py#L133

Added line #L133 was not covered by tests

Check warning on line 151 in colcon_core/task/python/build.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/task/python/build.py#L151

Added line #L151 was not covered by tests

Check warning on line 153 in colcon_core/task/python/build.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

colcon_core/task/python/build.py#L153

Added line #L153 was not covered by tests