Skip to content

Commit 27a13a3

Browse files
ci(deps): bump codecov/codecov-action from 4 to 5
--- 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 4f5c80d commit 27a13a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uv run pytest tests/ --cov=src --cov-report=xml --cov-report=html --cov-fail-under=56
7575
7676
- name: Upload coverage to Codecov
77-
uses: codecov/codecov-action@v4
77+
uses: codecov/codecov-action@v5
7878
with:
7979
file: ./coverage.xml
8080
flags: unittests

0 commit comments

Comments
 (0)