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

Fix prefix_path tests when AMENT_PREFIX_PATH is set #531

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Nov 6, 2022

These assertions fail when the AmentPrefixPath extension is loaded and the AMENT_PREFIX_PATH variable is populated. The assertions can be moved into the context manager which is already forcing the unexpected prefix path extensions to be ignored.

Fixes #529

These assertions fail when the AmentPrefixPath extension is loaded and
the AMENT_PREFIX_PATH variable is populated. The assertions can be moved
into the context manager which is already forcing the unexpected prefix
path extensions to be ignored.
@cottsay cottsay self-assigned this Nov 6, 2022
@codecov
Copy link

codecov bot commented Nov 6, 2022

Codecov Report

Base: 81.66% // Head: 81.40% // Decreases project coverage by -0.25% ⚠️

Coverage data is based on head (68c40cd) compared to base (0bf904e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
- Coverage   81.66%   81.40%   -0.26%     
==========================================
  Files          60       58       -2     
  Lines        3566     3362     -204     
  Branches      685      654      -31     
==========================================
- Hits         2912     2737     -175     
+ Misses        602      579      -23     
+ Partials       52       46       -6     
Impacted Files Coverage Δ
colcon_core/command.py
colcon_core/__init__.py

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cottsay cottsay merged commit 8827831 into master Nov 14, 2022
@delete-merged-branch delete-merged-branch bot deleted the cottsay/prefix-path-test branch November 14, 2022 15:55
@cottsay cottsay added the bug Something isn't working label Nov 17, 2022
@cottsay cottsay added this to the 0.11.0 milestone Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

test_get_chained_prefix_path when AMENT_PREFIX_PATH is set
2 participants