]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Restore pushing codecov in all cases. I don't think this was doing what I wanted
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 2 Jun 2023 22:47:35 +0000 (15:47 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 6 Jun 2023 16:05:26 +0000 (09:05 -0700)
.github/workflows/ci.yml

index 9d2c510caff9237ae5ced59b78862224afa97111..b6faad1d9ce4dbdc77703645c241380d7a291fce 100644 (file)
@@ -158,7 +158,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 && github.event_name == 'push'}}
+        if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION }}
         uses: codecov/codecov-action@v3
         with:
           # not required for public repos, but intermittently fails otherwise