Skip to content

Commit 21d3d4a

Browse files
fix(ci): use cargo nextest in coverage workflow to prevent test pollution
1 parent 2097fc3 commit 21d3d4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
with:
2424
rust: true
2525
cargo-llvm-cov: true
26+
cargo-nextest: true
2627
datadog-ci: true
2728

2829
- name: "Generate code coverage"
29-
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
30+
run: cargo llvm-cov nextest --all-features --workspace --lcov --output-path lcov.info
3031

3132
- name: "Upload coverage to Datadog"
3233
env:

0 commit comments

Comments
 (0)