testing code coverage summary

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 7c6b965851]
Dieser Commit ist enthalten in:
Karl W Schulz
2024-02-28 11:54:12 -06:00
Ursprung 2970a5767a
Commit 120ed67038
2 geänderte Dateien mit 12 neuen und 6 gelöschten Zeilen
@@ -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
@@ -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)