We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1dd5f commit e0ef34aCopy full SHA for e0ef34a
scripts/build_configs/codecov
@@ -54,7 +54,7 @@ LLVM_PROFILE_FILE="$PROFRAW_DIR/ro_ipc-functional-%p.profraw" ../scripts/functio
54
-object ./ro_ipc/tests/unit_tests/rocshmem_unit_tests \
55
-object ./ro_ipc/tests/functional_tests/rocshmem_example_driver \
56
-instr-profile=./coverage-report/rocshmem.profdata \
57
- --ignore-filename-regex=".*test.*"
+ --ignore-filename-regex=".*test.*" \
58
-format=html \
59
-output-dir=coverage-report
60
cd coverage-report && python3 -m http.server
0 commit comments