Skip to content

Conversation

@mathbunnyru
Copy link
Collaborator

Having such a long init list in almost every translation unit is definitely not nice.
It makes it more difficult to work on custom logger (because I need to adjust log_format), so let's move it to cpp file

@mathbunnyru
Copy link
Collaborator Author

This also allows to use ClioConfigDefinition when constructing other globals.

@codecov
Copy link

codecov bot commented Jul 28, 2025

Codecov Report

❌ Patch coverage is 94.62366% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.51%. Comparing base (0e2ba4a) to head (fb921fe).
⚠️ Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
src/main/Main.cpp 0.00% 3 Missing ⚠️
src/util/config/ConfigDefinition.cpp 97.70% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2371      +/-   ##
===========================================
+ Coverage    79.43%   79.51%   +0.08%     
===========================================
  Files          380      380              
  Lines        15412    15500      +88     
  Branches      7760     7817      +57     
===========================================
+ Hits         12242    12325      +83     
- Misses        1972     1974       +2     
- Partials      1198     1201       +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@godexsoft godexsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright 👍 Let's see if @kuznetsss and @PeterChen13579 are happy with this as well.

@mathbunnyru mathbunnyru merged commit 9e35f16 into XRPLF:develop Jul 29, 2025
28 checks passed
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.

3 participants