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 order of SQLite PRAGMAS to allow configurable page_size #5140

Merged
merged 2 commits into from
Sep 20, 2024

Merge branch 'develop' into sqlite_pragma_ordering

915c71f
Select commit
Loading
Failed to load commit list.
Merged

Fix order of SQLite PRAGMAS to allow configurable page_size #5140

Merge branch 'develop' into sqlite_pragma_ordering
915c71f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2024 in 0s

76.2% (target 60.0%)

View this Pull Request on Codecov

76.2% (target 60.0%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.2%. Comparing base (b6391fe) to head (915c71f).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #5140   +/-   ##
=======================================
  Coverage     76.2%   76.2%           
=======================================
  Files          760     760           
  Lines        61550   61550           
  Branches      8123    8122    -1     
=======================================
+ Hits         46884   46888    +4     
+ Misses       14666   14662    -4     
Files with missing lines Coverage Δ
src/xrpld/core/DatabaseCon.h 100.0% <100.0%> (ø)

... and 6 files with indirect coverage changes

Impacted file tree graph