diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99440c2..46e3e73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: uses: coverallsapp/github-action@v2 - name: Upload Coverage to Codecov - if: ${{ matrix.python-version == 3.11 && matrix.platform == 'ubuntu-latest' }} + if: always() uses: codecov/codecov-action@v4.0.1 env: token: ${{ secrets.CODECOV_TOKEN }}