From c61096239c5d672b40e1da08c778cbb9e9d9189c Mon Sep 17 00:00:00 2001 From: Bart Date: Fri, 22 Aug 2025 19:31:01 -0400 Subject: [PATCH] chore: Remove codecov token check to support tokenless uploads on forks (#5722) --- .github/actions/build-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-test/action.yml b/.github/actions/build-test/action.yml index d68f302698..ee945dcf38 100644 --- a/.github/actions/build-test/action.yml +++ b/.github/actions/build-test/action.yml @@ -83,7 +83,7 @@ runs: ./rippled --unittest --unittest-jobs $(nproc) ctest -j $(nproc) --output-on-failure - 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 with: disable_search: true