Skip to content

Commit 1ff7978

Browse files
committed
Run llvm-cov with nextest
1 parent 8a96df5 commit 1ff7978

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ jobs:
307307
components: llvm-tools-preview
308308
- name: Install cargo-llvm-cov
309309
uses: taiki-e/install-action@cargo-llvm-cov
310+
- name: Install cargo-nextest
311+
uses: taiki-e/install-action@nextest
310312
- run: python -m pip install -U pip nox
311313
- run: cargo xtask coverage --output-lcov coverage.lcov
312314
- uses: codecov/codecov-action@v2

xtask/src/llvm_cov.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ fn llvm_cov_command(args: &[&str]) -> Command {
6060
command
6161
.args(&[
6262
"llvm-cov",
63+
"nextest",
6364
"--package=pyo3",
6465
"--package=pyo3-build-config",
6566
"--package=pyo3-macros-backend",

0 commit comments

Comments
 (0)