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

Include <functional> in realtime_box_best_effort #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fmauch
Copy link
Contributor

@fmauch fmauch commented Sep 30, 2024

Since the RealTimeBoxBestEffort uses std::functions to set and get pointer types (which is great), it should also include <functional>.

Note: This doesn't explode in the tests, since there is gmock included, which somewhere includes on the way.

Copy link
Member

@saikishor saikishor left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.39%. Comparing base (7bd84f6) to head (3956fcb).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   80.39%   80.39%           
=======================================
  Files           8        8           
  Lines         306      306           
  Branches       53       53           
=======================================
  Hits          246      246           
  Misses         25       25           
  Partials       35       35           
Flag Coverage Δ
unittests 80.39% <ø> (ø)

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

Files with missing lines Coverage Δ
include/realtime_tools/realtime_box_best_effort.h 87.87% <ø> (ø)

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.

3 participants