Skip to content

Commit 3f143c2

Browse files
build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.0. - [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.3...v5.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b91ff4 commit 3f143c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dockerised-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python-version: ${{ matrix.python-version }}
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
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v5.4.3
58+
uses: codecov/codecov-action@v5.5.0
5959
with:
6060
token: ${{ secrets.codecov_token }}
6161
flags: unittests

.github/workflows/oldest-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
7272
path: /tmp/pytest-of-runner/**
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v5.4.3
74+
uses: codecov/codecov-action@v5.5.0
7575
with:
7676
token: ${{ secrets.codecov_token }}
7777
flags: unittests

.github/workflows/single-postgres.yml

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

0 commit comments

Comments
 (0)