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

feat(state): Add state with sqlite db #103

Merged
merged 8 commits into from
Nov 1, 2024
Merged

Conversation

hubertdeng123
Copy link
Member

This adds functionality to add a local file that stores state across devservices invocations. It uses sqlite to store and handle started_services

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 96.36364% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.83%. Comparing base (9a10bac) to head (a776e9d).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
devservices/commands/start.py 80.00% 1 Missing ⚠️
devservices/commands/stop.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
- Coverage   91.10%   90.83%   -0.27%     
==========================================
  Files          16       17       +1     
  Lines         708      775      +67     
==========================================
+ Hits          645      704      +59     
- Misses         63       71       +8     

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

@hubertdeng123 hubertdeng123 force-pushed the hubertdeng123/add-state branch from 6bdbd7d to cb7f573 Compare November 1, 2024 00:27
devservices/constants.py Outdated Show resolved Hide resolved
@hubertdeng123 hubertdeng123 merged commit 8a79e77 into main Nov 1, 2024
13 of 14 checks passed
@hubertdeng123 hubertdeng123 deleted the hubertdeng123/add-state branch November 1, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants