File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 cargo test
4444 uv run -- maturin develop
4545 uv run -- pytest tests --cov=foobar --cov-report xml
46- cargo llvm-cov --no-run --lcov --output-path coverage.lcov
46+ cargo llvm-cov report --lcov --output-path coverage.lcov
4747 - uses : codecov/codecov-action@v5
4848 with :
4949 files : coverage.lcov,coverage.xml
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ cargo llvm-cov clean --workspace
8686cargo test
8787uv run -- maturin develop --uv
8888uv run -- pytest tests --cov=foobar --cov-report xml
89- cargo llvm-cov --no-run --lcov --output-path coverage.lcov
89+ cargo llvm-cov report --lcov --output-path coverage.lcov
9090```
9191
9292First the ` cargo llvm-cov clean ` command removes any previous profiling
You can’t perform that action at this time.
0 commit comments