-
Notifications
You must be signed in to change notification settings - Fork 64
Updated googletest version to v1.6.0 #2031
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
Conversation
4db9fe5 to
ca732e1
Compare
Test Results 7 files 53 suites 5m 23s ⏱️ Results for commit 34aea92. ♻️ This comment has been updated with latest results. |
ca732e1 to
48f373d
Compare
5229bb3 to
a850886
Compare
a850886 to
34aea92
Compare
brondani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2031 +/- ##
=======================================
Coverage 66.09% 66.09%
=======================================
Files 173 173
Lines 35982 35982
Branches 20917 20917
=======================================
Hits 23781 23781
Misses 7863 7863
Partials 4338 4338
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Failure occurred due to the deprecation of support for CMake versions earlier than 3.10. Since the Ubuntu GitHub runner uses CMake 3.31.6, which no longer supports versions prior to 3.10 in many cases, our pinned version of GoogleTest needed an update. Additionally, other dependencies, such as JSON and JSON Schema Validators, were updated to the minimum compatible versions, with 3.5 being the lowest supported. https://cmake.org/cmake/help/latest/release/3.31.html#deprecated-and-removed-features The change includes: - Pin googletest to latest v1.16.0 - yaml-cpp patch update `cmake_minimum_required(VERSION 3.10)` - json patch update `cmake_minimum_required(VERSION 3.10)` - json-schema-validator patch update `cmake_minimum_required(VERSION 3.10)` - Updated ubuntu-20.04 to ubuntu-22.04. **GitHub Actions is deprecating the ubuntu-20.04 runner**.
Failure occurred due to the deprecation of support for CMake versions earlier than 3.10. Since the Ubuntu GitHub runner uses CMake 3.31.6, which no longer supports versions prior to 3.10 in many cases, our pinned version of GoogleTest needed an update. Additionally, other dependencies, such as JSON and JSON Schema Validators, were updated to the minimum compatible versions, with 3.5 being the lowest supported.
https://cmake.org/cmake/help/latest/release/3.31.html#deprecated-and-removed-features
The change includes:
cmake_minimum_required(VERSION 3.10)cmake_minimum_required(VERSION 3.10)cmake_minimum_required(VERSION 3.10)