mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
chore: Don't use wandalen/wretry.action and update codecov/codecov-ac… (#2050)
…tion
This commit is contained in:
7
.github/workflows/upload_coverage_report.yml
vendored
7
.github/workflows/upload_coverage_report.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
name: Upload report
|
name: Upload report
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@@ -23,13 +24,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
if: ${{ hashFiles('build/coverage_report.xml') != '' }}
|
if: ${{ hashFiles('build/coverage_report.xml') != '' }}
|
||||||
uses: wandalen/wretry.action@ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179 #v3.7.3
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v4
|
|
||||||
with: |
|
|
||||||
files: build/coverage_report.xml
|
files: build/coverage_report.xml
|
||||||
fail_ci_if_error: false
|
fail_ci_if_error: false
|
||||||
verbose: true
|
verbose: true
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
attempt_limit: 5
|
|
||||||
attempt_delay: 10000
|
|
||||||
|
|||||||
Reference in New Issue
Block a user