We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f9ed9 commit 2d909dcCopy full SHA for 2d909dc
.github/workflows/ci.yml
@@ -316,7 +316,7 @@ jobs:
316
rustup component add llvm-tools-preview
317
grcov . --binary-path target/debug/ -s . -t lcov --llvm --ignore-not-existing \
318
--ignore '../*' --ignore '/*' --ignore 'fuzz/*' --ignore 'bench-vortex/*' \
319
- --ignore 'home/*' --ignore 'xtask/*' --ignore 'target/*'\
+ --ignore 'home/*' --ignore 'xtask/*' --ignore 'target/*' --ignore 'vortex-error/*' \
320
--ignore 'vortex-python/*' --ignore 'vortex-jni/*' --ignore 'vortex-flatbuffers/*' \
321
--ignore 'vortex-proto/*' --ignore 'vortex-tui/*' --ignore 'vortex-datafusion/examples/*' \
322
--ignore 'vortex-ffi/examples/*' --ignore '*/arbitrary/*' --ignore '*/arbitrary.rs' --ignore 'vortex-cxx/*' \
0 commit comments