Skip to content

Commit 2d909dc

Browse files
authored
chore: exclude vortex-error from coverage report (#4366)
it is small & useless to generate coverage for (everything we care about is covered by the compiler) Signed-off-by: Will Manning <[email protected]>
1 parent f9f9ed9 commit 2d909dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
rustup component add llvm-tools-preview
317317
grcov . --binary-path target/debug/ -s . -t lcov --llvm --ignore-not-existing \
318318
--ignore '../*' --ignore '/*' --ignore 'fuzz/*' --ignore 'bench-vortex/*' \
319-
--ignore 'home/*' --ignore 'xtask/*' --ignore 'target/*'\
319+
--ignore 'home/*' --ignore 'xtask/*' --ignore 'target/*' --ignore 'vortex-error/*' \
320320
--ignore 'vortex-python/*' --ignore 'vortex-jni/*' --ignore 'vortex-flatbuffers/*' \
321321
--ignore 'vortex-proto/*' --ignore 'vortex-tui/*' --ignore 'vortex-datafusion/examples/*' \
322322
--ignore 'vortex-ffi/examples/*' --ignore '*/arbitrary/*' --ignore '*/arbitrary.rs' --ignore 'vortex-cxx/*' \

0 commit comments

Comments
 (0)