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: [#508] Add Restore method for Orm, to recover soft deleted data #775

Merged
merged 7 commits into from
Dec 20, 2024

optimize lint

2ed1065
Select commit
Loading
Failed to load commit list.
Merged

feat: [#508] Add Restore method for Orm, to recover soft deleted data #775

optimize lint
2ed1065
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

69.91% (-0.05%) compared to 8e5426f, passed because coverage increased by 0.03% when compared to adjusted base (69.87%)

View this Pull Request on Codecov

69.91% (-0.05%) compared to 8e5426f, passed because coverage increased by 0.03% when compared to adjusted base (69.87%)

Details

Codecov Report

Attention: Patch coverage is 74.81481% with 34 lines in your changes missing coverage. Please review.

Project coverage is 69.91%. Comparing base (8e5426f) to head (2ed1065).

Files with missing lines Patch % Lines
database/gorm/query.go 73.27% 23 Missing and 8 partials ⚠️
support/database/database.go 57.14% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #775      +/-   ##
==========================================
- Coverage   69.95%   69.91%   -0.05%     
==========================================
  Files         213      213              
  Lines       18172    18246      +74     
==========================================
+ Hits        12713    12756      +43     
- Misses       4762     4785      +23     
- Partials      697      705       +8     

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