Skip to content

Commit f853cd1

Browse files
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 a1299f0 commit f853cd1

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
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
pixi run -e ${{ matrix.pixi-environment }} tests -v -s --cov=parcels --cov-report=xml --html="${{ env.COVERAGE_REPORT }}" --self-contained-html
5454
- name: Codecov
55-
uses: codecov/codecov-action@v5.3.1
55+
uses: codecov/codecov-action@v5.5.1
5656
env:
5757
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5858
with:
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
pixi run test-notebooks -v -s --html="${{ env.COVERAGE_REPORT }}" --self-contained-html --cov=parcels --cov-report=xml
9898
- name: Codecov
99-
uses: codecov/codecov-action@v5.3.1
99+
uses: codecov/codecov-action@v5.5.1
100100
env:
101101
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
102102
with:

0 commit comments

Comments
 (0)