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 43
43
cargo test
44
44
uv run -- maturin develop
45
45
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
47
47
- uses : codecov/codecov-action@v5
48
48
with :
49
49
files : coverage.lcov,coverage.xml
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ cargo llvm-cov clean --workspace
86
86
cargo test
87
87
uv run -- maturin develop --uv
88
88
uv 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
90
90
```
91
91
92
92
First the ` cargo llvm-cov clean ` command removes any previous profiling
You can’t perform that action at this time.
0 commit comments