Skip to content

Commit d0cfe42

Browse files
dependabot[bot]VeckoTheGecko
authored andcommitted
Bump codecov/codecov-action from 5.0.7 to 5.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.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.0.7...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca8afc1 commit d0cfe42

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/codecov-action@v5.0.7
48+
uses: codecov/codecov-action@v5.1.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/codecov-action@v5.0.7
83+
uses: codecov/codecov-action@v5.1.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/codecov-action@v5.0.7
120+
uses: codecov/codecov-action@v5.1.2
121121
if: ${{ always() }} # Upload even on error of mypy
122122
env:
123123
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)