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

fix(db): sql error with custom table prefix #970

Merged
merged 5 commits into from
Sep 4, 2024

update

25cead4
Select commit
Loading
Failed to load commit list.
Merged

fix(db): sql error with custom table prefix #970

update
25cead4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 1s

31.40% (+0.03%) compared to 1ff0c4c

View this Pull Request on Codecov

31.40% (+0.03%) compared to 1ff0c4c

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 21 lines in your changes missing coverage. Please review.

Project coverage is 31.40%. Comparing base (1ff0c4c) to head (25cead4).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
server/handler/page_list.go 0.00% 9 Missing ⚠️
internal/dao/migrate.go 0.00% 7 Missing ⚠️
server/handler/user_list.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #970      +/-   ##
==========================================
+ Coverage   31.36%   31.40%   +0.03%     
==========================================
  Files         205      205              
  Lines        8780     8804      +24     
==========================================
+ Hits         2754     2765      +11     
- Misses       5873     5884      +11     
- Partials      153      155       +2     

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