rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.76k stars 304 forks source link

[ENH] Update CI C++ testing to include code coverage #2001

Open ChuckHastings opened 2 years ago

ChuckHastings commented 2 years ago

RMM just added code coverage for C++ code. We should update cugraph to use this. This would potentially allow us to further reduce the C++ test code.

rlratzel commented 2 years ago

Possible RMM PR to reference for this: https://github.com/rapidsai/rmm/pull/905