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 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 allow-prereleases : true
5858 - name : Upload coverage to Codecov
59- uses : codecov/codecov-action@v5.5.1
59+ uses : codecov/codecov-action@v5.5.2
6060 with :
6161 token : ${{ secrets.codecov_token }}
6262 flags : unittests
Original file line number Diff line number Diff line change 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.1
75+ uses : codecov/codecov-action@v5.5.2
7676 with :
7777 token : ${{ secrets.codecov_token }}
7878 flags : unittests
Original file line number Diff line number Diff line change 6767 name : postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
6868 path : /tmp/pytest-of-runner/**
6969 - name : Upload coverage to Codecov
70- uses : codecov/codecov-action@v5.5.1
70+ uses : codecov/codecov-action@v5.5.2
7171 with :
7272 token : ${{ secrets.codecov_token }}
7373 flags : unittests
You can’t perform that action at this time.
0 commit comments