]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes all Python versions uploading to Codecov
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 6 Feb 2023 17:51:14 +0000 (09:51 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 6 Feb 2023 18:02:15 +0000 (10:02 -0800)
.github/workflows/ci.yml

index 74229ef60d5ee8e72de580c55388cfee3ed24f30..f8da8c7b8768d47231b42e02c46277599e451bc7 100644 (file)
@@ -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