File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 python-version : ${{ matrix.python-version }}
5656 command : pytest -n 0 --max-worker-restart 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml
5757 - name : Upload coverage to Codecov
58- uses : codecov/codecov-action@v5.4.3
58+ uses : codecov/codecov-action@v5.5.0
5959 with :
6060 token : ${{ secrets.codecov_token }}
6161 flags : unittests
Original file line number Diff line number Diff line change 7171 name : postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
7272 path : /tmp/pytest-of-runner/**
7373 - name : Upload coverage to Codecov
74- uses : codecov/codecov-action@v5.4.3
74+ uses : codecov/codecov-action@v5.5.0
7575 with :
7676 token : ${{ secrets.codecov_token }}
7777 flags : unittests
Original file line number Diff line number Diff line change 6666 name : postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
6767 path : /tmp/pytest-of-runner/**
6868 - name : Upload coverage to Codecov
69- uses : codecov/codecov-action@v5.4.3
69+ uses : codecov/codecov-action@v5.5.0
7070 with :
7171 token : ${{ secrets.codecov_token }}
7272 flags : unittests
You can’t perform that action at this time.
0 commit comments