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

@@ -31,8 +31,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
@@ -42,20 +40,12 @@ jobs:
with:
command: install
args: cargo-test-fuzz cargo-afl
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run fuzz tests
run: |
./.github/scripts/fuzz.sh ${{ matrix.target }}
env:
AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES: 1
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
flags: fuzz-tests
fuzz-success:
if: always()