Skip to content

Commit

Permalink
ignore binary files for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kentSarmiento committed Dec 26, 2023
1 parent 11bb005 commit 1d63343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Generate and fix code coverage
run: |
cargo llvm-cov --ignore-filename-regex "main|inmemory" --lcov --output-path lcov.info
cargo llvm-cov --ignore-filename-regex "main" --lcov --output-path lcov.info
./rust-covfix lcov.info -o lcov.info
env:
RUST_TEST_THREADS: 1
Expand Down

0 comments on commit 1d63343

Please sign in to comment.