We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1cc77 commit 2145429Copy full SHA for 2145429
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
git config --global user.name "Binbiubiubiu"
36
git config --global user.email "[email protected]"
37
- RUST_BACKTRACE=full cargo nextest run --workspace --all --verbose
+ RUST_BACKTRACE="full" cargo nextest run --workspace --all --verbose
38
- name: Generate code coverage
39
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
40
- name: Upload coverage to Codecov
0 commit comments