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

Remove the use of numeric_limits in appendToStream test #553

Merged
merged 6 commits into from
Oct 13, 2023

Conversation

j-rivero
Copy link
Contributor

The numeric_limits use in the appendToStream test has been a headache to deal with in the different platforms and arches (see previous patches in this same repository). Since it does not seem to provide extra/critical value to my eyes on the testing the feature, reduce the maintenance cost by removing it and leave other string approaches.

The numeric_limits use in the appendToStream test has been a headache
to deal with in the different platforms and arches. Since it does not
seem to provide extra value on testing the feature, reduce the
maintenance code by removing it.

Signed-off-by: Jose Luis Rivero <[email protected]>
@github-actions github-actions bot added 🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic labels Aug 30, 2023
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #553 (4e7c156) into gz-math7 (a527e14) will not change coverage.
The diff coverage is n/a.

❗ Current head 4e7c156 differs from pull request most recent head 34417cb. Consider uploading reports for the commit 34417cb to get more accurate results

@@            Coverage Diff            @@
##           gz-math7     #553   +/-   ##
=========================================
  Coverage     94.16%   94.16%           
=========================================
  Files           145      145           
  Lines          9774     9774           
=========================================
  Hits           9204     9204           
  Misses          570      570           

src/Helpers_TEST.cc Outdated Show resolved Hide resolved
@mjcarroll mjcarroll merged commit 6460f7c into gz-math7 Oct 13, 2023
14 checks passed
@mjcarroll mjcarroll deleted the jrivero/remove_numeric_limits_test branch October 13, 2023 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants