mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Merge branch 'develop' into ximinez/lending-refactoring-1
This commit is contained in:
2
.github/actions/build-test/action.yml
vendored
2
.github/actions/build-test/action.yml
vendored
@@ -83,7 +83,7 @@ runs:
|
|||||||
./rippled --unittest --unittest-jobs $(nproc)
|
./rippled --unittest --unittest-jobs $(nproc)
|
||||||
ctest -j $(nproc) --output-on-failure
|
ctest -j $(nproc) --output-on-failure
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
if: ${{ inputs.cmake_target == 'coverage' && inputs.codecov_token }}
|
if: ${{ inputs.cmake_target == 'coverage' }}
|
||||||
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
|
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
|
||||||
with:
|
with:
|
||||||
disable_search: true
|
disable_search: true
|
||||||
|
|||||||
Reference in New Issue
Block a user