From 1833d2909a0f241f60fa04d06eb066290116c4cd Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Mon, 20 Jan 2025 10:04:15 -0500 Subject: [PATCH] rename action --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7f363b6cf..cc1b4003bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -234,9 +234,10 @@ jobs: if: ${{ needs.fuzzing.result != 'success' }} run: exit 1 - code-coverage: + consolidate-coverage: runs-on: ubuntu-latest needs: [tests, fuzzing] + description: Consolidate code coverage using `coverage combine` and upload to the codecov app steps: - uses: actions/checkout@v4