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

Use go.uber.org/mock instead of github.com/golang/mock and rerun mock generation #1891

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

joshuatcasey
Copy link
Member

Use go.uber.org/mock instead of github.com/golang/mock and rerun mock generation.

Closes #1778

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

Attention: Patch coverage is 82.35294% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 38.26%. Comparing base (135eab0) to head (bc8aebe).

Files Patch % Lines
...entityprovider/mockupstreamoidcidentityprovider.go 60.00% 2 Missing ⚠️
...uthenticatorcloser/mocktokenauthenticatorcloser.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1891   +/-   ##
=======================================
  Coverage   38.25%   38.26%           
=======================================
  Files         347      347           
  Lines       44200    44200           
=======================================
+ Hits        16908    16911    +3     
+ Misses      26780    26777    -3     
  Partials      512      512           

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

@joshuatcasey joshuatcasey merged commit 159b2d5 into main Mar 11, 2024
41 checks passed
@joshuatcasey joshuatcasey deleted the jtc/use-uber-mock-1778 branch March 11, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use non-deprecated mock generator
3 participants