gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
75 stars 43 forks source link

Add key publisher test #477

Closed jennuine closed 1 year ago

jennuine commented 2 years ago

Part of https://github.com/gazebosim/gz-sim/issues/1575

Summary

Added KeyPublisher_TEST to increase code coverage

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

codecov[bot] commented 2 years ago

Codecov Report

Merging #477 (d96237e) into ign-gui3 (0948063) will increase coverage by 0.30%. The diff coverage is n/a.

@@             Coverage Diff              @@
##           ign-gui3     #477      +/-   ##
============================================
+ Coverage     73.51%   73.82%   +0.30%     
============================================
  Files            30       30              
  Lines          3270     3270              
============================================
+ Hits           2404     2414      +10     
+ Misses          866      856      -10     
Impacted Files Coverage Δ
src/plugins/key_publisher/KeyPublisher.cc 100.00% <0.00%> (+43.47%) :arrow_up:

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

jennuine commented 2 years ago

@ahcorde what's the minor comment?