diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a5a14c..22c71db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,6 @@ jobs: - name: Upload Code Coverage uses: codecov/codecov-action@v4 - if: contains(matrix.python-version, '3.10') && contains(matrix.os, 'ubuntu') with: files: ./coverage.xml name: codecov