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

Switch to context manager for rclpy tests. #322

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

clalancette
Copy link
Contributor

This allows us to use less code, but still properly clean up when we are done with rclpy.

This allows us to use less code, but still properly
clean up when we are done with rclpy.

Signed-off-by: Chris Lalancette <[email protected]>
@clalancette clalancette requested a review from sloretz July 9, 2024 12:49
@clalancette
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.94%. Comparing base (0e201cb) to head (154cd6f).

Additional details and impacted files
@@           Coverage Diff            @@
##           rolling     #322   +/-   ##
========================================
  Coverage    88.94%   88.94%           
========================================
  Files           24       24           
  Lines          615      615           
  Branches        64       64           
========================================
  Hits           547      547           
  Misses          50       50           
  Partials        18       18           
Flag Coverage Δ
unittests 88.94% <ø> (ø)

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.

@clalancette clalancette merged commit 8a033c1 into rolling Jul 9, 2024
7 checks passed
@clalancette clalancette deleted the clalancette/rclpy-use-context-manager branch July 9, 2024 13:43
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