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 59
59
python-version : ${{ matrix.python-version }}
60
60
command : pytest -n 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml
61
61
- name : Upload coverage to Codecov
62
- uses : codecov/codecov-action@v5.0.2
62
+ uses : codecov/codecov-action@v5.0.7
63
63
with :
64
64
token : ${{ secrets.codecov_token }}
65
65
flags : unittests
Original file line number Diff line number Diff line change 65
65
name : postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
66
66
path : /tmp/pytest-of-runner/**
67
67
- name : Upload coverage to Codecov
68
- uses : codecov/codecov-action@v5.0.2
68
+ uses : codecov/codecov-action@v5.0.7
69
69
with :
70
70
token : ${{ secrets.codecov_token }}
71
71
flags : unittests
You can’t perform that action at this time.
0 commit comments