Skip to content

Commit 6d0b867

Browse files
committed
disable rust coverage in ci
1 parent e0c7d4e commit 6d0b867

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
python -m pip install --upgrade pip
3636
python -m pip install "numpy${spec}" pytest pytest-cov maturin
3737
38-
- name: Install cargo-tarpaulin
39-
run: cargo install cargo-tarpaulin --locked
40-
4138
- name: Rust fmt
4239
run: cargo fmt --check
4340

@@ -47,11 +44,6 @@ jobs:
4744
- name: Rust tests
4845
run: cargo test
4946

50-
- name: Rust coverage
51-
env:
52-
PYO3_NO_PYTHON: "1"
53-
run: cargo tarpaulin --out Xml
54-
5547
- name: Build Python wheel
5648
run: maturin build --release --out dist
5749

@@ -66,5 +58,4 @@ jobs:
6658
with:
6759
name: coverage-${{ matrix.python-version }}
6860
path: |
69-
cobertura.xml
7061
coverage.xml

0 commit comments

Comments
 (0)