Ignore fuzz dir from coverage reports

This commit is contained in:
pool2win 2024-01-19 18:09:59 +01:00
parent 50ff68550c
commit 47b476ec5b
No known key found for this signature in database
GPG Key ID: 0060648A0DD5CA9A
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage for tests
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov --ignore-filename-regex fuzz --all-features --workspace --lcov --output-path lcov.info
- name: Upload report to coveralls
uses: coverallsapp/github-action@v2