File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 4343 - name : Lint
4444 run : cargo clippy --all-targets --all-features -- -D warnings
4545
46- coverage :
47- runs-on : ubuntu-latest
48- continue-on-error : true
49- steps :
50- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
51- - uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
52- with :
53- toolchain : stable
54- components : llvm-tools-preview
55-
56- - name : Install cargo-llvm-cov
57- uses : taiki-e/install-action@0e09747a63ae497bf945b3dcaf38fef0050d0109 # v2.62.0
58- with :
59- tool : cargo-llvm-cov
60-
61- - name : Generate code coverage
62- run : cargo llvm-cov --locked --all-features --workspace --lcov --output-path lcov.info
63-
64- - name : Upload coverage to Codecov
65- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
66- with :
67- files : lcov.info
68- fail_ci_if_error : false
69- token : ${{ secrets.CODECOV_TOKEN }}
70-
7146 cargo-machete :
7247 runs-on : ubuntu-latest
7348 steps :
You can’t perform that action at this time.
0 commit comments