Upload codecov in separate workflow (#1166)

Fixes #1165
This commit is contained in:
Alex Kremer
2024-02-08 16:20:54 +00:00
committed by GitHub
parent 8575f786a8
commit cea9c41a88
3 changed files with 42 additions and 14 deletions

View File

@@ -19,15 +19,3 @@ runs:
name: coverage-report.xml
path: build/coverage_report.xml
retention-days: 30
- name: Upload coverage report
uses: wandalen/wretry.action@v1.3.0
with:
action: codecov/codecov-action@v3
with: |
files: build/coverage_report.xml
fail_ci_if_error: true
verbose: true
token: ${{ env.CODECOV_TOKEN }}
attempt_limit: 5
attempt_delay: 10000