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

remove unneeded calls to goimports when generating mocks #3313

Merged
merged 1 commit into from
Jan 9, 2022

Conversation

marten-seemann
Copy link
Member

gomock now correctly sorts imports, see golang/mock#458.

@codecov
Copy link

codecov bot commented Jan 9, 2022

Codecov Report

Merging #3313 (7d5a7b4) into master (63b7354) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3313      +/-   ##
==========================================
+ Coverage   85.65%   85.66%   +0.01%     
==========================================
  Files         133      133              
  Lines        9786     9786              
==========================================
+ Hits         8382     8383       +1     
+ Misses       1029     1028       -1     
  Partials      375      375              
Impacted Files Coverage Δ
internal/utils/rand.go 75.00% <0.00%> (+12.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63b7354...7d5a7b4. Read the comment docs.

@marten-seemann marten-seemann merged commit f34edda into master Jan 9, 2022
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.

None yet

2 participants