File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 python-version : ${{ matrix.python-version }}
6060 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
6161 - name : Upload coverage to Codecov
62- uses : codecov/codecov-action@v5.3.1
62+ uses : codecov/codecov-action@v5.4.0
6363 with :
6464 token : ${{ secrets.codecov_token }}
6565 flags : unittests
Original file line number Diff line number Diff line change 6868 name : postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
6969 path : /tmp/pytest-of-runner/**
7070 - name : Upload coverage to Codecov
71- uses : codecov/codecov-action@v5.3.1
71+ uses : codecov/codecov-action@v5.4.0
7272 with :
7373 token : ${{ secrets.codecov_token }}
7474 flags : unittests
You can’t perform that action at this time.
0 commit comments