3636 steps :
3737 - uses : actions/checkout@v6
3838 - name : Set up Pipenv on python ${{ matrix.python-version }}
39- uses : fizyk/actions-reuse/.github/actions/pipenv-setup@v4.4.3
39+ uses : fizyk/actions-reuse/.github/actions/pipenv-setup@v4.4.4
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 cache : false
@@ -55,15 +55,15 @@ jobs:
5555 if : ${{ contains(inputs.python-versions, 'pypy') }}
5656 run : sudo apt install libpq5
5757 - name : Install oldest supported versions
58- uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.4.3
58+ uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.4.4
5959 with :
6060 command : pip install -r oldest/requirements.txt
6161 - name : Run tests without xdist
62- uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.4.3
62+ uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.4.4
6363 with :
6464 command : pytest -c pyproject.oldest.toml -svv -p no:xdist --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml
6565 - name : Run xdist test
66- uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.4.3
66+ uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.4.4
6767 with :
6868 command : pytest -n auto -c pyproject.oldest.toml --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
6969 - uses : actions/upload-artifact@v7
7272 name : postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
7373 path : /tmp/pytest-of-runner/**
7474 - name : Upload coverage to Codecov
75- uses : codecov/codecov-action@v5.5.2
75+ uses : codecov/codecov-action@v6.0.0
7676 with :
7777 token : ${{ secrets.codecov_token }}
7878 flags : unittests
0 commit comments