Ignore fuzz dir from coverage reports
This commit is contained in:
parent
50ff68550c
commit
47b476ec5b
|
@ -19,6 +19,6 @@ jobs:
|
||||||
- name: Install cargo-llvm-cov
|
- name: Install cargo-llvm-cov
|
||||||
uses: taiki-e/install-action@cargo-llvm-cov
|
uses: taiki-e/install-action@cargo-llvm-cov
|
||||||
- name: Generate code coverage for tests
|
- 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
|
- name: Upload report to coveralls
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
|
|
Loading…
Reference in New Issue