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

No longer error if e.g cli.Version is passed an empty string #111

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

FollowTheProcess
Copy link
Owner

@FollowTheProcess FollowTheProcess commented Oct 25, 2024

Summary

I thought requiring it was set to something was a good idea but this breaks builds where ldflags are not set (such as go install)

Closes FollowTheProcess/spok#177

@FollowTheProcess FollowTheProcess added the bug Something isn't working label Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@3cdce99). Learn more about missing BASE report.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #111   +/-   ##
=======================================
  Coverage        ?   91.65%           
=======================================
  Files           ?        7           
  Lines           ?     1306           
  Branches        ?        0           
=======================================
  Hits            ?     1197           
  Misses          ?       77           
  Partials        ?       32           

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

@FollowTheProcess FollowTheProcess merged commit 777dd91 into main Oct 25, 2024
8 checks passed
@FollowTheProcess FollowTheProcess deleted the fix/empty-build-data branch October 25, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LD flags make it tricky to just go install
1 participant