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


[ROCm/rocprofiler-compute commit: 7c6b965851]
Этот коммит содержится в:
Karl W Schulz
2024-02-28 11:54:12 -06:00
родитель 2970a5767a
Коммит 120ed67038
2 изменённых файлов: 12 добавлений и 6 удалений
+6
Просмотреть файл
@@ -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
+6 -6
Просмотреть файл
@@ -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)