diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dec4c31d..9753584fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: cargo test maturin develop --uv pytest tests --cov=deebot_client --cov-report xml --junitxml=junit.xml -o junit_family=legacy -v - cargo llvm-cov --no-run --lcov --output-path coverage.lcov + cargo llvm-cov report --lcov --output-path coverage.lcov - name: Upload coverage to Codecov uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 with: