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 0a505c6 commit 1a1cc77Copy full SHA for 1a1cc77
.github/workflows/CI.yml
@@ -26,14 +26,15 @@ jobs:
26
with:
27
toolchain: nightly
28
components: llvm-tools
29
+ env
30
- uses: taiki-e/install-action@cargo-llvm-cov
31
- uses: taiki-e/install-action@nextest
32
- uses: Swatinem/rust-cache@v2
33
- name: Test cases
34
run: |
35
git config --global user.name "Binbiubiubiu"
36
git config --global user.email "[email protected]"
- RUST_BACKTRACE=1 cargo nextest run --workspace --all --verbose
37
+ 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