[cudf_polars] Full test suite coverage
Open
cudf-polars
tests
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
Improve test coverage so we can remove most, ideally all, of this coverage exclusion:
```toml
[tool.coverage.report]
omit = [
"cudf_polars/testing/inject_gpu_engine.py",
"cudf_polars/streaming/**",
"cudf_polars/engine/**",
]
```
Contributor guide
Assessment
This issue has not been assessed yet.