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/project succeeded Feb 3, 2024 in 1s

82.87% (-0.80%) compared to ad0feb4

View this Pull Request on Codecov

82.87% (-0.80%) compared to ad0feb4

Details

Codecov Report

Attention: 24 lines in your changes are missing coverage. Please review.

Comparison is base (ad0feb4) 83.66% compared to head (131cfeb) 82.87%.

❗ Current head 131cfeb differs from pull request most recent head f15b533. Consider uploading reports for the commit f15b533 to get more accurate results

Files Patch % Lines
colcon_core/distutils/commands/symlink_data.py 0.00% 15 Missing ⚠️
colcon_core/task/python/build.py 18.18% 7 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #592      +/-   ##
==========================================
- Coverage   83.66%   82.87%   -0.80%     
==========================================
  Files          65       66       +1     
  Lines        3765     3784      +19     
  Branches      728      734       +6     
==========================================
- Hits         3150     3136      -14     
- Misses        541      571      +30     
- Partials       74       77       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.