zaquestion / lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
https://zaquestion.github.io/lab
Creative Commons Zero v1.0 Universal
1.1k stars 103 forks source link

goreleaser: fix homebrew test case #836

Closed bmeneg closed 2 years ago

bmeneg commented 2 years ago

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.

codecov[bot] commented 2 years ago

Codecov Report

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

:exclamation: 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.