We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2097fc3 commit 21d3d4aCopy full SHA for 21d3d4a
.github/workflows/coverage.yml
@@ -23,10 +23,11 @@ jobs:
23
with:
24
rust: true
25
cargo-llvm-cov: true
26
+ cargo-nextest: true
27
datadog-ci: true
28
29
- name: "Generate code coverage"
- 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
31
32
- name: "Upload coverage to Datadog"
33
env:
0 commit comments