Skip to content

Commit

Permalink
fix actions file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jan 20, 2025
1 parent 1833d29 commit 8c9741e
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 @@ -235,9 +235,10 @@ jobs:
run: exit 1

consolidate-coverage:
# Consolidate code coverage using `coverage combine` and upload
# to the codecov app
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 8c9741e

Please sign in to comment.