Skip to content

Commit c32979f

Browse files
Bump codecov/codecov-action from 5.0.2 to 5.0.7
2 parents b23e448 + 3e68a03 commit c32979f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerised-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python-version: ${{ matrix.python-version }}
6060
command: pytest -n 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.0.2
62+
uses: codecov/codecov-action@v5.0.7
6363
with:
6464
token: ${{ secrets.codecov_token }}
6565
flags: unittests

.github/workflows/single-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
6666
path: /tmp/pytest-of-runner/**
6767
- name: Upload coverage to Codecov
68-
uses: codecov/codecov-action@v5.0.2
68+
uses: codecov/codecov-action@v5.0.7
6969
with:
7070
token: ${{ secrets.codecov_token }}
7171
flags: unittests

0 commit comments

Comments
 (0)