We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c7d4e commit 6d0b867Copy full SHA for 6d0b867
1 file changed
.github/workflows/ci.yml
@@ -35,9 +35,6 @@ jobs:
35
python -m pip install --upgrade pip
36
python -m pip install "numpy${spec}" pytest pytest-cov maturin
37
38
- - name: Install cargo-tarpaulin
39
- run: cargo install cargo-tarpaulin --locked
40
-
41
- name: Rust fmt
42
run: cargo fmt --check
43
@@ -47,11 +44,6 @@ jobs:
47
44
- name: Rust tests
48
45
run: cargo test
49
46
50
- - name: Rust coverage
51
- env:
52
- PYO3_NO_PYTHON: "1"
53
- run: cargo tarpaulin --out Xml
54
55
- name: Build Python wheel
56
run: maturin build --release --out dist
57
@@ -66,5 +58,4 @@ jobs:
66
58
with:
67
59
name: coverage-${{ matrix.python-version }}
68
60
path: |
69
- cobertura.xml
70
61
coverage.xml
0 commit comments