Skip to content

Commit

Permalink
switched order
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 4, 2024
1 parent 570f7d4 commit 4a51086
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

- name: Upload coverage results to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

- name: Upload coverage as artifact
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.xml
overwrite: true

- name: Upload coverage results to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit 4a51086

Please sign in to comment.