testing code coverage summary

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2024-02-28 11:54:12 -06:00
parent 8a15b991de
commit 7c6b965851
2 changed files with 12 additions and 6 deletions
+6
View File
@@ -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
View File
@@ -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)