Skip to content

Commit afa6350

Browse files
build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.4.0...v5.4.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5450bec commit afa6350

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 --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.4.0
62+
uses: codecov/codecov-action@v5.4.2
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
@@ -68,7 +68,7 @@ jobs:
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.4.0
71+
uses: codecov/codecov-action@v5.4.2
7272
with:
7373
token: ${{ secrets.codecov_token }}
7474
flags: unittests

0 commit comments

Comments
 (0)