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: create initial database setup for project (#49) #80

Merged
merged 12 commits into from
Sep 27, 2023

Conversation

holtgrewe
Copy link
Member

No description provided.

@holtgrewe holtgrewe linked an issue Sep 27, 2023 that may be closed by this pull request
@holtgrewe holtgrewe force-pushed the 49-create-initial-database-setup-for-project branch from 6d68b7f to b7f24ff Compare September 27, 2023 13:16
@holtgrewe holtgrewe enabled auto-merge (squash) September 27, 2023 13:35
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #80 (c440354) into main (4681e30) will increase coverage by 16.41%.
The diff coverage is 93.26%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #80       +/-   ##
===========================================
+ Coverage   77.17%   93.58%   +16.41%     
===========================================
  Files          48       28       -20     
  Lines        1779      312     -1467     
  Branches      522        0      -522     
===========================================
- Hits         1373      292     -1081     
+ Misses        374       20      -354     
+ Partials       32        0       -32     
Files Coverage Δ
backend/app/api/__init__.py 100.00% <ø> (ø)
backend/app/api/api_v1/__init__.py 100.00% <ø> (ø)
backend/app/api/api_v1/api.py 100.00% <100.00%> (ø)
backend/app/api/api_v1/endpoints/__init__.py 100.00% <ø> (ø)
backend/app/api/api_v1/endpoints/adminmsgs.py 100.00% <100.00%> (ø)
backend/app/api/internal/__init__.py 100.00% <ø> (ø)
backend/app/api/internal/api.py 100.00% <100.00%> (ø)
backend/app/api/internal/endpoints/__init__.py 100.00% <ø> (ø)
backend/app/api/internal/endpoints/proxy.py 100.00% <100.00%> (ø)
backend/app/core/__init__.py 100.00% <ø> (ø)
... and 17 more

... and 45 files with indirect coverage changes

@holtgrewe holtgrewe merged commit 863c046 into main Sep 27, 2023
8 of 9 checks passed
@holtgrewe holtgrewe deleted the 49-create-initial-database-setup-for-project branch September 27, 2023 14:16
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.

Create initial database setup for project
1 participant