Skip to content

Commit 9a56e33

Browse files
committed
RDK-55554 : Gtest for HdmiCecSource and sink
1 parent 3d55a20 commit 9a56e33

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/workflows/L1-tests.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -541,40 +541,40 @@ jobs:
541541
cp -rf $(pwd)/rdkL1TestResults.json $GITHUB_WORKSPACE/rdkL1TestResultsWithValgrind.json &&
542542
rm -rf $(pwd)/rdkL1TestResults.json
543543
544-
# - name: Generate coverage
545-
# if: ${{ matrix.coverage == 'with-coverage' && !env.ACT }}
546-
# run: >
547-
# cp $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/.lcovrc_l1 ~/.lcovrc
548-
# &&
549-
# lcov -c
550-
# -o coverage.info
551-
# -d build/entservices-inputoutput
552-
# &&
553-
# lcov
554-
# -r coverage.info
555-
# '/usr/include/*'
556-
# '*/build/entservices-inputoutput/_deps/*'
557-
# '*/install/usr/include/*'
558-
# '*/Tests/headers/*'
559-
# '*/Tests/mocks/*'
560-
# '*/Tests/L1Tests/tests/*'
561-
# '*/Thunder/*'
562-
# -o filtered_coverage.info
563-
# &&
564-
# genhtml
565-
# -o coverage
566-
# -t "entservices-inputoutput coverage"
567-
# filtered_coverage.info
544+
- name: Generate coverage
545+
if: ${{ matrix.coverage == 'with-coverage' && !env.ACT }}
546+
run: >
547+
cp $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/.lcovrc_l1 ~/.lcovrc
548+
&&
549+
lcov -c
550+
-o coverage.info
551+
-d build/entservices-inputoutput
552+
&&
553+
lcov
554+
-r coverage.info
555+
'/usr/include/*'
556+
'*/build/entservices-inputoutput/_deps/*'
557+
'*/install/usr/include/*'
558+
'*/Tests/headers/*'
559+
'*/Tests/mocks/*'
560+
'*/Tests/L1Tests/tests/*'
561+
'*/Thunder/*'
562+
-o filtered_coverage.info
563+
&&
564+
genhtml
565+
-o coverage
566+
-t "entservices-inputoutput coverage"
567+
filtered_coverage.info
568568
569-
# - name: Upload artifacts
570-
# if: ${{ !env.ACT }}
571-
# uses: actions/upload-artifact@v4
572-
# with:
573-
# name: artifacts
574-
# path: |
575-
# coverage/
576-
# valgrind_log
577-
# rdkL1TestResultsWithoutValgrind.json
578-
# rdkL1TestResultsWithValgrind.json
579-
# if-no-files-found: warn
569+
- name: Upload artifacts
570+
if: ${{ !env.ACT }}
571+
uses: actions/upload-artifact@v4
572+
with:
573+
name: artifacts
574+
path: |
575+
coverage/
576+
valgrind_log
577+
rdkL1TestResultsWithoutValgrind.json
578+
rdkL1TestResultsWithValgrind.json
579+
if-no-files-found: warn
580580

0 commit comments

Comments
 (0)