rippled icon indicating copy to clipboard operation
rippled copied to clipboard

Remove reporting mode

Open thejohnfreeman opened this issue 1 year ago • 1 comments

Builds and passes all tests, but I have not yet tested compatibility with Clio. Asking for help from the Clio team with that.

thejohnfreeman avatar Aug 03 '24 16:08 thejohnfreeman

Codecov Report

Attention: Patch coverage is 77.61194% with 30 lines in your changes missing coverage. Please review.

Project coverage is 76.1%. Comparing base (d9bd75e) to head (47644d5). Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
src/xrpld/app/main/Application.cpp 75.5% 13 Missing :warning:
src/xrpld/app/main/GRPCServer.cpp 0.0% 5 Missing :warning:
src/xrpld/app/misc/NetworkOPs.cpp 90.0% 5 Missing :warning:
src/xrpld/app/rdb/detail/RelationalDatabase.cpp 37.5% 5 Missing :warning:
src/xrpld/app/ledger/Ledger.cpp 0.0% 1 Missing :warning:
src/xrpld/rpc/detail/DeliveredAmount.cpp 75.0% 1 Missing :warning:
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #5092     +/-   ##
=========================================
+ Coverage     74.9%   76.1%   +1.3%     
=========================================
  Files          768     760      -8     
  Lines        63134   61489   -1645     
  Branches      8846    8135    -711     
=========================================
- Hits         47269   46810    -459     
+ Misses       15865   14679   -1186     
Files with missing lines Coverage Δ
include/xrpl/protocol/ErrorCodes.h 100.0% <ø> (ø)
src/libxrpl/protocol/ErrorCodes.cpp 71.4% <ø> (ø)
src/xrpld/app/ledger/AcceptedLedger.cpp 100.0% <100.0%> (+16.7%) :arrow_up:
src/xrpld/app/ledger/Ledger.h 100.0% <ø> (+6.2%) :arrow_up:
src/xrpld/app/ledger/LedgerMaster.h 75.0% <ø> (+13.1%) :arrow_up:
src/xrpld/app/ledger/detail/LedgerMaster.cpp 41.6% <ø> (+0.4%) :arrow_up:
src/xrpld/app/ledger/detail/LedgerToJson.cpp 76.8% <100.0%> (+0.3%) :arrow_up:
src/xrpld/app/main/Application.h 100.0% <ø> (ø)
src/xrpld/app/main/Main.cpp 79.1% <ø> (-0.3%) :arrow_down:
src/xrpld/app/misc/NetworkOPs.h 100.0% <ø> (ø)
... and 44 more

... and 14 files with indirect coverage changes

Impacted file tree graph

codecov[bot] avatar Aug 03 '24 22:08 codecov[bot]