Skip to content

Commit

Permalink
Revert "ci: use a separate workflow for codecov upload" (#2503)
Browse files Browse the repository at this point in the history
Reverts #2497
  • Loading branch information
superlopuh authored Apr 25, 2024
1 parent d9daf49 commit 8646d3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci-codecov.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,16 @@ jobs:
coverage combine --append
coverage report
coverage xml
- name: Upload coverage to Codecov
if: matrix.python-version == '3.10'
uses: Wandalen/wretry.action@v1
with:
action: codecov/codecov-action@v4
attempt_delay: 10000
attempt_limit: 10
with: |
fail_ci_if_error: true
verbose: true
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8646d3d

Please sign in to comment.