Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 11, 2024
1 parent 3c5bfdc commit 7787bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:
with:
name: pytest-results-${{ matrix.python-version }}-${{matrix.django-version}}
path: junit-${{ matrix.python-version }}-${{matrix.django-version}}.xml
if: ${{ always() }}
if: matrix.python-version == 3.12

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: ${{ always() }}
if: matrix.python-version == 3.12
continue-on-error: true
with:
env_vars: OS,PYTHON
Expand Down

0 comments on commit 7787bd5

Please sign in to comment.