-
Notifications
You must be signed in to change notification settings - Fork 5.9k
feat: add version string functions to constants #4920
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
Conversation
Introduce helper functions for getting human- and machine-readable version strings from the constants package, and cover it in unit tests. This is a first step to resolving #4874.
✨ Coder.com for PR #4920 deployed! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #4920 +/- ##
==========================================
+ Coverage 69.86% 69.96% +0.10%
==========================================
Files 29 29
Lines 1649 1655 +6
Branches 363 364 +1
==========================================
+ Hits 1152 1158 +6
Misses 423 423
Partials 74 74
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woo! Thank you @jawnsy 🎉
Introduce helper functions for getting human- and machine-readable version strings from the constants package, and cover it in unit tests. This is a first step to resolving coder#4874.
Introduce helper functions for getting human- and machine-readable
version strings from the constants package, and cover it in unit
tests.
This is a first step to resolving #4874.