XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
56 stars 48 forks source link

Use LLVM 18 tooling #1382

Closed godexsoft closed 2 months ago

godexsoft commented 2 months ago

Fixes #1381

This is part two of moving to LLVM 18 tooling.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 55.55556% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 64.54%. Comparing base (b18d73e) to head (fdb467e).

Files Patch % Lines
src/etl/ETLService.cpp 0.00% 4 Missing :warning:
src/rpc/BookChangesHelper.hpp 40.00% 2 Missing and 1 partial :warning:
src/web/RPCServerHandler.hpp 50.00% 0 Missing and 3 partials :warning:
src/etl/LoadBalancer.cpp 0.00% 2 Missing :warning:
src/data/CassandraBackend.hpp 50.00% 0 Missing and 1 partial :warning:
src/etl/impl/AsyncData.hpp 0.00% 0 Missing and 1 partial :warning:
src/etl/impl/GrpcSource.cpp 0.00% 0 Missing and 1 partial :warning:
src/etl/impl/Transformer.hpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1382 +/- ## =========================================== + Coverage 64.46% 64.54% +0.07% =========================================== Files 251 251 Lines 10585 10594 +9 Branches 5860 5859 -1 =========================================== + Hits 6824 6838 +14 + Misses 1910 1907 -3 + Partials 1851 1849 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.