Restore pushing codecov in all cases. I don't think this was doing what I wanted

This commit is contained in:
Trenton H 2023-06-02 15:47:35 -07:00
parent 1b3492a01f
commit 5c1a108bf4

View 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