Skip to content

Commit 1e6d03c

Browse files
Bump codecov/codecov-action from 5.5.1 to 5.5.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.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.5.1...v5.5.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e9b7da commit 1e6d03c

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
@@ -108,7 +108,7 @@ jobs:
108108
path: .hypothesis/
109109
key: cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
110110
- name: Codecov
111-
uses: codecov/codecov-action@v5.5.1
111+
uses: codecov/codecov-action@v5.5.2
112112
env:
113113
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
114114
with:
@@ -150,7 +150,7 @@ jobs:
150150
run: |
151151
pixi run test-notebooks -v -s --html="${{ env.COVERAGE_REPORT }}" --self-contained-html --cov=parcels --cov-report=xml
152152
- name: Codecov
153-
uses: codecov/codecov-action@v5.5.1
153+
uses: codecov/codecov-action@v5.5.2
154154
env:
155155
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
156156
with:

0 commit comments

Comments
 (0)