Skip to content

Commit

Permalink
rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jan 20, 2025
1 parent 34b1726 commit 1833d29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1833d29

Please sign in to comment.