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

Update GoogleTest #430

Merged
merged 3 commits into from
Aug 8, 2024
Merged

Update GoogleTest #430

merged 3 commits into from
Aug 8, 2024

Conversation

dschlaep
Copy link
Member

@dschlaep dschlaep commented Aug 8, 2024

- Update to C++17 for attribute "maybe_unused"

- close #427
- comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
@dschlaep dschlaep requested a review from N1ckP3rsl3y August 8, 2024 13:37
@dschlaep dschlaep linked an issue Aug 8, 2024 that may be closed by this pull request
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.33%. Comparing base (54abffe) to head (42dc670).

Additional details and impacted files
@@                  Coverage Diff                  @@
##           release/devel_v8.1.0     #430   +/-   ##
=====================================================
  Coverage                 73.33%   73.33%           
=====================================================
  Files                        20       20           
  Lines                      6233     6233           
=====================================================
  Hits                       4571     4571           
  Misses                     1662     1662           

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

@dschlaep dschlaep merged commit f8d6cd8 into release/devel_v8.1.0 Aug 8, 2024
12 checks passed
@dschlaep dschlaep deleted the update_GoogleTest branch August 8, 2024 15:03
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.

Update tests to GoogleTest v1.15.2
2 participants