-
Notifications
You must be signed in to change notification settings - Fork 7
command line tool to generate the db file using build_db_from_json function #223
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
* first working draft * always pull the latest template * only pull if needed * two functions * add gitpython to dependencies
Co-authored-by: Kelle Cruz <kellecruz@gmail.com>
Co-authored-by: Kelle Cruz <kellecruz@gmail.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #223 +/- ##
==========================================
- Coverage 72.14% 71.23% -0.91%
==========================================
Files 19 19
Lines 1630 1655 +25
Branches 209 211 +2
==========================================
+ Hits 1176 1179 +3
- Misses 367 388 +21
- Partials 87 88 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
tested using the new command line function |
Makes the build_db_from_json function executable from the command line and adds relevant documentation.