Skip to content

Commit

Permalink
Use pyproject.toml for coverage options.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Oct 16, 2024
1 parent 76d8ed3 commit 1a2be0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ci/test_python_other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rapids-logger "pytest cudf-polars"
--junitxml="${RAPIDS_TESTS_DIR}/junit-cudf-polars.xml" \
--numprocesses=1 \
--dist=worksteal \
--cov-config=./.coveragerc \
--cov-config=./pyproject.toml \
--cov=cudf_polars \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cudf-polars-coverage.xml" \
--cov-report=term
Expand Down
3 changes: 0 additions & 3 deletions python/cudf_polars/.coveragerc

This file was deleted.

0 comments on commit 1a2be0d

Please sign in to comment.