chore: rm lcov support (#5159)

This commit is contained in:
Matthias Seitz
2023-10-24 16:32:25 +02:00
committed by GitHub
parent 4dc15c3bee
commit 572a41eafb
5 changed files with 3 additions and 46 deletions

View File

@ -28,8 +28,6 @@ jobs:
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
@ -47,23 +45,14 @@ jobs:
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run tests
run: |
cargo llvm-cov nextest --lcov --output-path lcov.info \
cargo nextest run \
--locked --all-features --workspace --exclude examples --exclude ef-tests \
--partition hash:${{ matrix.partition }}/${{ strategy.job-total }} \
-E 'kind(test)'
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
flags: integration-tests
sync:
name: sync / 100k blocks
# Only run sync tests in merge groups