Skip to content

Remove unneeded include directive in Logger.cpp

3f7b2ae
Select commit
Loading
Failed to load commit list.
Draft

feat: Pull Logger from Clio and add structured logging #7055

Remove unneeded include directive in Logger.cpp
3f7b2ae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 4, 2026 in 1s

82.2% (target 75.0%)

View this Pull Request on Codecov

82.2% (target 75.0%)

Details

Codecov Report

❌ Patch coverage is 99.71182% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 82.2%. Comparing base (182d844) to head (3f7b2ae).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
src/libxrpl/basics/Logger.cpp 99.6% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #7055     +/-   ##
=========================================
+ Coverage     82.1%   82.2%   +0.1%     
=========================================
  Files         1010    1013      +3     
  Lines        76054   76401    +347     
  Branches      7380    7376      -4     
=========================================
+ Hits         62424   62767    +343     
- Misses       13630   13634      +4     
Files with missing lines Coverage Δ
include/xrpl/basics/Logger.h 100.0% <100.0%> (ø)
include/xrpl/basics/StructuredLogging.h 100.0% <100.0%> (ø)
src/libxrpl/basics/Logger.cpp 99.6% <99.6%> (ø)

... and 3 files with indirect coverage changes

Impacted file tree graph

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