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

Bump golang/mock to 1.5.0 #1097

Merged
merged 2 commits into from
Mar 4, 2021
Merged

Conversation

aemengo
Copy link
Contributor

@aemengo aemengo commented Mar 3, 2021

Summary

Bump gomock testing library. And fixed the tests that were breaking.

  • Should this change be documented?
    • Yes, see #___
    • No

Resolves #1087

* Fix breaking tests

Signed-off-by: Anthony Emengo <aemengo@vmware.com>
@aemengo aemengo requested a review from a team as a code owner March 3, 2021 22:43
@github-actions github-actions bot added type/chore Issue that requests non-user facing changes. type/enhancement Issue that requests a new feature or improvement. labels Mar 3, 2021
@github-actions github-actions bot added this to the 0.18.0 milestone Mar 3, 2021
Comment on lines +101 to +104
go func(w *sync.WaitGroup, i int, builder SuggestedBuilder) {
descriptions[i] = getBuilderDescription(builder, inspector)
wg.Done()
}(i, builder)
w.Done()
}(&wg, i, builder)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

#BuildCommand/no builder is specified/returns a soft error was hanging without this change.

@codecov
Copy link

codecov bot commented Mar 3, 2021

Codecov Report

Merging #1097 (a4d71da) into main (f708917) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1097   +/-   ##
=======================================
  Coverage   80.41%   80.41%           
=======================================
  Files         133      133           
  Lines        8156     8156           
=======================================
  Hits         6558     6558           
  Misses       1170     1170           
  Partials      428      428           
Flag Coverage Δ
os_linux 79.85% <100.00%> (+0.06%) ⬆️
os_macos 77.34% <100.00%> (+0.04%) ⬆️
os_windows 80.33% <100.00%> (ø)
unit 79.85% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Member

@dfreilich dfreilich left a comment

Choose a reason for hiding this comment

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

🔥

@dfreilich dfreilich merged commit 1e483db into buildpacks:main Mar 4, 2021
@aemengo aemengo deleted the bump-gomock-150 branch March 4, 2021 14:15
@jromero jromero removed the type/enhancement Issue that requests a new feature or improvement. label Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chore Issue that requests non-user facing changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants