Skip to content

Commit

Permalink
Fix covereage-report workflow (opensearch-project#4683)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Aug 26, 2024
1 parent 0b66f48 commit 359272e
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 @@ -86,8 +86,9 @@ jobs:
attempt_limit: 5
attempt_delay: 2000
action: codecov/codecov-action@v4
env: |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with: |
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 359272e

Please sign in to comment.