testing code coverage summary
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 7c6b965851]
Этот коммит содержится в:
@@ -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)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user