Skip to content

Commit c59fba1

Browse files
committed
Merge #2032: chore(ci): Add retry to codecov
62e854a chore(ci): Add retry to codecov (志宇) Pull request description: ### Description Lots of failures lately. This reduces manual intervention needs. ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: notmandatory: ACK 62e854a oleonardolima: ACK 62e854a LagginTimes: ACK 62e854a Tree-SHA512: 87a4c12b1cf3bbab9da066e9a596ca6852e27a2dabb35cb1a7b31b5451743d455643bff5ee92f1b9eed7549e0bf864c55c9b3019beb3a438ded5383f0ae890c5
2 parents ee6637b + 62e854a commit c59fba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code_coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
uses: coverallsapp/github-action@master
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
39+
retry: 3
40+
retry-delay: 30
3941
- name: Upload artifact
4042
uses: actions/upload-artifact@v4
4143
with:

0 commit comments

Comments
 (0)