[BUG] codecov doesn't include tests run in cudf_pandas_tests/
when generating report
#14496
Labels
bug
Something isn't working
cudf.pandas
Issues specific to cudf.pandas
Python
Affects Python cuDF API.
Milestone
The codecov report generated in every PR doesn't consider the tests in
cudf_pandas_tests/
when generating its coverage report. To fix this, we should update our invocation here:https://github.com/rapidsai/cudf/blob/branch-24.02/ci/cudf_pandas_scripts/run_tests.sh#L52
to match the ones we use when running other python tests:
https://github.com/rapidsai/cudf/blob/branch-24.02/ci/test_python_cudf.sh#L17
(in particular, all the
--cov*
arguments)The text was updated successfully, but these errors were encountered: