Skip to content

goreleaser: fix homebrew test case #836

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

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Conversation

bmeneg
Copy link
Collaborator

@bmeneg bmeneg commented Jun 23, 2022

On previous commits lab stopped to wrap git commands, thus the homebrew
test needed to be fixed in the point where a call to lab ls-files was
being made. At the same time, the whole test doesn't make sense
considering lab wasn't really being used. So, instead of only fixing the
ls-files portion, this patch is changing the test to only check the
lab version.

Signed-off-by: Bruno Meneguele bmeneg@redhat.com

Fixes #833.

@bmeneg bmeneg requested a review from zampierilucas June 23, 2022 18:08
@bmeneg bmeneg force-pushed the fix-homebrew branch 2 times, most recently from bd8d90b to 60c3a63 Compare June 23, 2022 18:10
On previous commits lab stopped to wrap git commands, thus the homebrew
test needed to be fixed in the point where a call to `lab ls-files` was
being made. At the same time, the whole test doesn't make sense
considering lab wasn't really being used. So, instead of only fixing the
`ls-files` portion, this patch is changing the test to only check the
lab version.

Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
@codecov
Copy link

codecov bot commented Jun 26, 2022

Codecov Report

Merging #836 (9972572) into master (9972572) will not change coverage.
The diff coverage is n/a.

❗ Current head 9972572 differs from pull request most recent head 147e7bb. Consider uploading reports for the commit 147e7bb to get more accurate results

@@           Coverage Diff           @@
##           master     #836   +/-   ##
=======================================
  Coverage   55.94%   55.94%           
=======================================
  Files          77       77           
  Lines        5750     5750           
=======================================
  Hits         3217     3217           
  Misses       2243     2243           
  Partials      290      290           

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 9972572...147e7bb. Read the comment docs.

@bmeneg bmeneg merged commit 1b0bf5c into zaquestion:master Jun 27, 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.

lab 0.24.0, 0.25.0 failed due to ls-files not exist
2 participants