Skip to content

Commit fbfa443

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
pixi run -e ${{ matrix.pixi-environment }} tests -v -s --cov=parcels --cov-report=xml --html="${{ env.COVERAGE_REPORT }}" --self-contained-html
5656
- name: Codecov
57-
uses: codecov/codecov-action@v5.3.1
57+
uses: codecov/codecov-action@v5.5.1
5858
env:
5959
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6060
with:
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
pixi run test-notebooks -v -s --html="${{ env.COVERAGE_REPORT }}" --self-contained-html --cov=parcels --cov-report=xml
100100
- name: Codecov
101-
uses: codecov/codecov-action@v5.3.1
101+
uses: codecov/codecov-action@v5.5.1
102102
env:
103103
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
104104
with:

0 commit comments

Comments
 (0)