Skip to content

Commit ae2d508

Browse files
dependabot[bot]VeckoTheGecko
authored andcommitted
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] <[email protected]>
1 parent f3a987e commit ae2d508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
coverage run -m pytest -v -s --html=${{ matrix.os }}_${{ matrix.python-version }}_unit_test_report.html --self-contained-html tests
4646
coverage xml
4747
- name: Codecov
48-
uses: codecov/[email protected].0
48+
uses: codecov/[email protected].2
4949
env:
5050
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5151
if: matrix.python-version == '3.13'
@@ -80,7 +80,7 @@ jobs:
8080
coverage run -m pytest -v -s --nbval-lax -k "not documentation" --html="${{ matrix.os }}_${{ matrix.python-version }}_integration_test_report.html" --self-contained-html docs/examples
8181
coverage xml
8282
- name: Codecov
83-
uses: codecov/[email protected].0
83+
uses: codecov/[email protected].2
8484
env:
8585
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8686
with:
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
mypy --install-types --non-interactive parcels --cobertura-xml-report mypy_report
119119
- name: Upload mypy coverage to Codecov
120-
uses: codecov/[email protected].0
120+
uses: codecov/[email protected].2
121121
if: ${{ always() }} # Upload even on error of mypy
122122
env:
123123
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)