From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:51:14 +0000 (-0800) Subject: Fixes all Python versions uploading to Codecov X-Git-Tag: v1.13.0~1^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66333caebc13f79a44ec73f535df83847d3242fd;p=thirdparty%2Fpaperless-ngx.git Fixes all Python versions uploading to Codecov --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74229ef60d..f8da8c7b87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: pipenv --python ${{ steps.setup-python.outputs.python-version }} run pytest -ra - name: Upload coverage to Codecov - if: matrix.python-version == ${{ env.DEFAULT_PYTHON_VERSION }} + if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION }} uses: codecov/codecov-action@v3 with: # not required for public repos, but intermittently fails otherwise