Skip to content

Commit

Permalink
Add codecov for pandas_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Nov 28, 2023
1 parent deeabc9 commit 53c6cbb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/cudf_pandas_scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@ else
python -m pip install $(ls ./local-cudf-dep/cudf*.whl)[test,cudf_pandas_tests]
fi

python -m pytest -p cudf.pandas ./python/cudf/cudf_pandas_tests/
python -m pytest -p cudf.pandas \
--cov-config=./python/cudf/.coveragerc \
--cov=cudf \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cudf-coverage.xml" \
--cov-report=term \
./python/cudf/cudf_pandas_tests/

0 comments on commit 53c6cbb

Please sign in to comment.