XRPLF / rippled

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
https://xrpl.org
ISC License
4.51k stars 1.46k forks source link

Fixed relative paths in BUILD.md #4972

Closed tequdev closed 5 months ago

tequdev commented 6 months ago

High Level Overview of Change

Fixed relative paths in BUILD.md

Type of Change

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.97%. Comparing base (4bcbf70) to head (648dee4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4972 +/- ## =========================================== - Coverage 76.98% 76.97% -0.01% =========================================== Files 1129 1129 Lines 131872 131873 +1 Branches 39549 39549 =========================================== - Hits 101517 101510 -7 - Misses 24392 24409 +17 + Partials 5963 5954 -9 ```

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

thejohnfreeman commented 5 months ago

Oh, that's not a relative path. That's an ellipsis that refers to the rest of the conan install command, the exact arguments to which depend on the builder's environment and goals. We'll need to either close this PR or find another way to convey the meaning of the ellipsis.