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

Create alias for save method #98

Merged
merged 1 commit into from
Feb 16, 2025
Merged

Create alias for save method #98

merged 1 commit into from
Feb 16, 2025

Conversation

dr-rodriguez
Copy link
Collaborator

There was already a db.save_db alias, but I went ahead and added a new db.save one based on the issue. Also updated the test to confirm it works.

Closes #95

@dr-rodriguez dr-rodriguez added the enhancement New feature or request label Feb 15, 2025 — with GitHub Codespaces
@dr-rodriguez dr-rodriguez self-assigned this Feb 15, 2025
Copy link

codecov bot commented Feb 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.35%. Comparing base (05f7b5d) to head (164e693).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   95.35%   95.35%           
=======================================
  Files          10       10           
  Lines        1119     1120    +1     
=======================================
+ Hits         1067     1068    +1     
  Misses         52       52           

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

@dr-rodriguez dr-rodriguez merged commit 24a4749 into main Feb 16, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make an db.save method
2 participants