Skip to content

Commit 151d422

Browse files
ci(deps): bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 536d1e8 commit 151d422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Upload coverage to Codecov
4444
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
45-
uses: codecov/codecov-action@v3
45+
uses: codecov/codecov-action@v5
4646
with:
4747
file: ./coverage.xml
4848
flags: unittests

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python -m pytest eopf_geozarr/tests/ -v --tb=short -m "not network" --cov=eopf_geozarr --cov-report=xml --cov-report=term-missing --cov-fail-under=80
5454
5555
- name: Upload coverage reports
56-
uses: codecov/codecov-action@v3
56+
uses: codecov/codecov-action@v5
5757
with:
5858
file: ./coverage.xml
5959
flags: unittests

0 commit comments

Comments
 (0)