From 120ed670383c24fa2b83a223a666b69926efc7f7 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Wed, 28 Feb 2024 11:54:12 -0600 Subject: [PATCH] testing code coverage summary Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 7c6b9658515238baf1944cf8191cb7f4059014d8] --- .../rocprofiler-compute/.github/workflows/mi100.yml | 6 ++++++ projects/rocprofiler-compute/CMakeLists.txt | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 05f8275e52..abd46d7dae 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -75,6 +75,12 @@ jobs: with: files: | tests/**/test_*.xml + - name: Code coverage summary + uses: 5monkeys/cobertura-action@master + if: always() + with: + path: src/coverage.xml + ## ## - name: Pytest coverage comment ## ## if: '!cancelled()' ## ## uses: MishaKav/pytest-coverage-comment@v1.1.48 diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index 8394fe7919..7ca8f325e3 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -242,12 +242,12 @@ add_test( set_tests_properties( test_profile_kernel_execution - test_profile_ipblocks - test_profile_dispatch - test_profile_verbosity - test_profile_mem - test_profile_join - test_profile_sort +## test_profile_ipblocks +## test_profile_dispatch +## test_profile_verbosity +## test_profile_mem +## test_profile_join +## test_profile_sort test_profile_misc PROPERTIES LABELS "profile" RESOURCE_GROUPS gpus:1)