Skip to content

Commit

Permalink
fix codecov build
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Apr 8, 2024
1 parent 3831aa1 commit 9968477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,9 @@ jobs:
run: |
make coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 9968477

Please sign in to comment.