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

[WIP] Started separation of FDB and FDB api classes #30

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tbkr
Copy link
Collaborator

@tbkr tbkr commented Oct 18, 2024

Due to the poor encapsulation and leakage of ffi functionality into the FDB python class, FDB and FDBApi classes has been separated to guarantee a better separation of concerns.

This is work in progress.

@codecov-commenter
Copy link

codecov-commenter commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 207 lines in your changes missing coverage. Please review.

Project coverage is 27.60%. Comparing base (410760f) to head (b1259db).

Files with missing lines Patch % Lines
pyfdb/fdb_api.py 0.00% 164 Missing ⚠️
pyfdb/pyfdb.py 0.00% 43 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #30      +/-   ##
===========================================
- Coverage    36.07%   27.60%   -8.48%     
===========================================
  Files            6        7       +1     
  Lines          352      460     +108     
===========================================
  Hits           127      127              
- Misses         225      333     +108     

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

@tbkr tbkr force-pushed the feature/api_separation branch 8 times, most recently from 0da1ddb to 0986281 Compare October 22, 2024 12:17
Due to the poor encapsulation and leakage of ffi functionality into the
FDB python class, FDB and FDBApi classes has been separated to guarantee
a better separation of concerns.

This is work in progress.
@tbkr tbkr force-pushed the feature/api_separation branch from 0986281 to b1259db Compare October 22, 2024 12:18
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