From 804ef5e003b8254409ada4646a0338f374ec1c73 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 10 Oct 2022 17:03:58 -0700 Subject: [PATCH 1/2] Add coverage for string UDF tests. --- ci/gpu/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index afcc80a6803..41dac0e5e0f 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -294,7 +294,7 @@ elif [ ${STRINGS_UDF_PYTEST_RETCODE} -ne 0 ]; then else cd "$WORKSPACE/python/cudf/cudf" gpuci_logger "Python py.test retest cuDF UDFs" - py.test tests/test_udf_masked_ops.py -n 8 --cache-clear + py.test -n 8 --cache-clear --basetemp="$WORKSPACE/cudf-cuda-strings-udf-tmp" --ignore="$WORKSPACE/python/cudf/cudf/benchmarks" --junitxml="$WORKSPACE/junit-cudf-strings-udf.xml" -v --cov-config="$WORKSPACE/python/cudf/.coveragerc" --cov=cudf --cov-report=xml:"$WORKSPACE/python/cudf/cudf-strings-udf-coverage.xml" --cov-report term --dist=loadscope tests fi # Run benchmarks with both cudf and pandas to ensure compatibility is maintained. From 3f41853d4349924f939793c46fa2356483615468 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 11 Oct 2022 06:59:18 -0700 Subject: [PATCH 2/2] Fix enabling of patch status. --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index f9d0f906807..d45c7e2990f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: off - patch: on + patch: default: target: auto threshold: 0%