We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f1670 commit ff170d3Copy full SHA for ff170d3
.github/workflows/CI.yml
@@ -41,7 +41,7 @@ jobs:
41
export CARGO_INCREMENTAL=1
42
cargo llvm-cov clean --workspace
43
cargo test
44
- uv run -- maturin develop
+ uv run -- maturin develop --uv
45
uv run -- pytest tests --cov=foobar --cov-report xml
46
cargo llvm-cov report --lcov --output-path coverage.lcov
47
- uses: codecov/codecov-action@v5
0 commit comments