Bump submodules/googletest from 963dd8e to 7260682 - #6254
Merged
Guillaume Hetier (guhetier) merged 1 commit intoAug 25, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6254 +/- ##
==========================================
+ Coverage 83.92% 85.67% +1.74%
==========================================
Files 60 60
Lines 18973 18973
==========================================
+ Hits 15924 16256 +332
+ Misses 3049 2717 -332 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
|
Dependabot (@dependabot) rebase |
Bumps [submodules/googletest](https://github.com/google/googletest) from `963dd8e` to `7260682`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@963dd8e...7260682) --- updated-dependencies: - dependency-name: submodules/googletest dependency-version: 1a447fdce72f9198106cb4193eb2f2e317bf2cad dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
963dd8e to 1a447fd963dd8e to 7260682
dependabot
Bot
force-pushed
the
dependabot/submodules/submodules/googletest-1a447fd
branch
from
August 25, 2026 16:39
a81e73b to
39df9a0
Compare
Guillaume Hetier (guhetier)
approved these changes
Aug 25, 2026
Guillaume Hetier (guhetier)
deleted the
dependabot/submodules/submodules/googletest-1a447fd
branch
August 25, 2026 20:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps submodules/googletest from
963dd8eto7260682.Commits
7260682Merge pull request #5046 from UditDewan:fix/print-invalid-char-code-units0daf775Merge pull request #4824 from DoDoENT:fix/emscripten-without-threads1a447fdavoid-lpthreadlink option when building with emscripten without threads91c99b6Add missingconstin INSTANTIATE_TEST_SUITE_P.7358557Remove wchar_t overloads ifGTEST_HAS_STD_WSTRINGis disabled71edd0eExtractGTEST_HAS_NATIVE_WCHARa2118f6Use std::make_unique to avoid clang-tidy false positive in GTEST_TEST_ macro.49495eaUse STL capabilities to chooseGTEST_HAS_STD_WSTRINGdefaultaa1eefeDon't referencestd::char_traits\<wchar_t>when!GTEST_HAS_STD_WSTRING002d147When Return is passed to WillOnce (i.e. converted to OnceAction) delegate to ...