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

Add postgresql schema support. #507

Merged
merged 9 commits into from
Mar 6, 2024

Revert some unneeded f-strings.

3a15d68
Select commit
Loading
Failed to load commit list.
Merged

Add postgresql schema support. #507

Revert some unneeded f-strings.
3a15d68
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 6, 2024 in 0s

90.95% (target 80.00%)

View this Pull Request on Codecov

90.95% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 80.95238% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 90.95%. Comparing base (6c11a67) to head (3a15d68).

❗ Current head 3a15d68 differs from pull request most recent head 9d8f155. Consider uploading reports for the commit 9d8f155 to get more accurate results

Files Patch % Lines
dbbackup/management/commands/dbrestore.py 33.33% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #507      +/-   ##
==========================================
- Coverage   91.23%   90.95%   -0.29%     
==========================================
  Files          19       19              
  Lines         856      873      +17     
  Branches      150      157       +7     
==========================================
+ Hits          781      794      +13     
- Misses         40       42       +2     
- Partials       35       37       +2     

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