mirror of https://github.com/lapce/lapce.git
remove coverage
This commit is contained in:
parent
527dc1d83a
commit
45ecb8de84
|
@ -35,7 +35,6 @@ jobs:
|
||||||
- name: Update toolchain & add llvm-tools
|
- name: Update toolchain & add llvm-tools
|
||||||
run: |
|
run: |
|
||||||
rustup update --no-self-update
|
rustup update --no-self-update
|
||||||
rustup component add llvm-tools-preview
|
|
||||||
|
|
||||||
- name: Cache Rust dependencies
|
- name: Cache Rust dependencies
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
@ -54,20 +53,9 @@ jobs:
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
run: cargo clean
|
run: cargo clean
|
||||||
|
|
||||||
- name: Install cargo-llvm-cov
|
|
||||||
uses: taiki-e/install-action@cargo-llvm-cov
|
|
||||||
|
|
||||||
- name: Run tests and coverage
|
|
||||||
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
|
|
||||||
|
|
||||||
- name: Run doc tests
|
- name: Run doc tests
|
||||||
run: cargo test --doc --workspace
|
run: cargo test --doc --workspace
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v4
|
|
||||||
with:
|
|
||||||
files: lcov.info
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue