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

API for Databases #298

Merged
merged 20 commits into from
Dec 16, 2024

styling fix

7b28a08
Select commit
Loading
Failed to load commit list.
Merged

API for Databases #298

styling fix
7b28a08
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

100.00% (target 100.00%)

View this Pull Request on Codecov

100.00% (target 100.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8a6b3f8) to head (7b28a08).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #298   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           48        49    +1     
  Lines         2859      2890   +31     
  Branches       351       356    +5     
=========================================
+ Hits          2859      2890   +31     
Files with missing lines Coverage Δ
uds/database/__init__.py 100.00% <100.00%> (ø)
uds/database/abstract_database.py 100.00% <100.00%> (ø)
uds/database/data_record/__init__.py 100.00% <100.00%> (ø)
uds/database/data_record/abstract_data_record.py 100.00% <100.00%> (ø)
uds/database/service/__init__.py 100.00% <ø> (ø)
uds/database/service/abstract_service.py 100.00% <100.00%> (ø)