Skip to content

Conversation

henningkayser
Copy link

The priorliy used string comparison would not work when passing proper bool types when including the launch file. This fix allows using both string and bool values.

The priorliy used string comparison would not work when passing
proper bool types when including the launch file. This fix
allows using both string and bool values.
@urfeex urfeex self-requested a review September 4, 2025 12:17
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 5.10%. Comparing base (1b121b7) to head (119d702).
⚠️ Report is 478 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main   #1484      +/-   ##
========================================
+ Coverage   3.59%   5.10%   +1.51%     
========================================
  Files         13      33      +20     
  Lines        947    3408    +2461     
  Branches     152     429     +277     
========================================
+ Hits          34     174     +140     
- Misses       843    3232    +2389     
+ Partials      70       2      -68     
Flag Coverage Δ
unittests 5.10% <ø> (+1.51%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@urfeex urfeex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems fair, thank you! The failing CI is unrelated to this, I'll open a separate PR fixing that. This one might have to wait until that one's merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants