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)