You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For C and C++ code coverage, we will need to build the code with the -coverage gcc/clang flag; then running the code (from Python or directly) and then collecting coverage with gcov/lcov.
For Python code coverage, we can use the coverage package.
I don't know how to do this for CUDA, @nickjbrowning is there a similar flag for nvcc?
The text was updated successfully, but these errors were encountered:
This will require a new CI job.
For C and C++ code coverage, we will need to build the code with the
-coverage
gcc/clang flag; then running the code (from Python or directly) and then collecting coverage with gcov/lcov.For Python code coverage, we can use the coverage package.
I don't know how to do this for CUDA, @nickjbrowning is there a similar flag for nvcc?
The text was updated successfully, but these errors were encountered: