Skip to content

Commit 60fb4d1

Browse files
authored
Fix CI deprecation warning (#959)
1 parent fd27901 commit 60fb4d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
cargo test
159159
maturin develop --uv
160160
pytest tests --cov=deebot_client --cov-report xml --junitxml=junit.xml -o junit_family=legacy -v
161-
cargo llvm-cov --no-run --lcov --output-path coverage.lcov
161+
cargo llvm-cov report --lcov --output-path coverage.lcov
162162
- name: Upload coverage to Codecov
163163
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
164164
with:

0 commit comments

Comments
 (0)