Skip to content

Commit

Permalink
Merge branch 'main' into goleak_configtls
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored Apr 9, 2024
2 parents e68541c + 4be76ed commit 9683569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,12 @@ jobs:
- name: Upload coverage report
uses: Wandalen/wretry.action@1b2dcdbf61a2b96c52858ce7c24c5db099d58e77 # v3.0.1
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
file: ./coverage.txt
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
attempt_limit: 10
attempt_delay: 15000

Expand Down

0 comments on commit 9683569

Please sign in to comment.