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

fix: no need to link gmock_main in mocks #14640

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented Aug 14, 2024

Fixes #14434


This change is Reviewable

@dbolduc dbolduc marked this pull request as ready for review August 14, 2024 04:24
@dbolduc dbolduc requested review from a team as code owners August 14, 2024 04:24
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.59%. Comparing base (a5fd6fa) to head (d431b1b).
Report is 106 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14640   +/-   ##
=======================================
  Coverage   93.59%   93.59%           
=======================================
  Files        2316     2316           
  Lines      207122   207122           
=======================================
+ Hits       193851   193856    +5     
+ Misses      13271    13266    -5     

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

Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 11 of 11 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dbolduc)

@dbolduc dbolduc merged commit 6d66c5f into googleapis:main Aug 14, 2024
70 checks passed
@dbolduc dbolduc deleted the mocks-remove-main-link branch August 14, 2024 16:15
cuiy0006 pushed a commit to cuiy0006/google-cloud-cpp that referenced this pull request Aug 16, 2024
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.

The *_mocks library link GTest::gmock_main
2 participants