Skip to content

Commit ef900e2

Browse files
Merge branch 'main' into arrow-pushdown-pyo
2 parents b6d08f7 + 693c520 commit ef900e2

29 files changed

Lines changed: 400 additions & 309 deletions

File tree

.github/workflows/test-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ defaults:
2525
env:
2626
RUSTFLAGS: '-C instrument-coverage --cfg=coverage --cfg=coverage_nightly --cfg=trybuild_no_target'
2727
RUST_BACKTRACE: 1
28+
# Coverage data comes from instrumentation, not DWARF symbols.
29+
# Keep macOS test binaries smaller to avoid linker/disk exhaustion.
30+
CARGO_PROFILE_DEV_DEBUG: 0
31+
CARGO_PROFILE_TEST_DEBUG: 0
2832
LLVM_PROFILE_FILE: ${{ github.workspace }}/target/polars-%p-%3m.profraw
2933
CARGO_LLVM_COV: 1
3034
CARGO_LLVM_COV_SHOW_ENV: 1

0 commit comments

Comments
 (0)