Skip to content

Commit 4a5d792

Browse files
committed
RDK-55554 : Gtest for HdmiCecSource and sink
1 parent c29973b commit 4a5d792

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/workflows/L1-tests.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,3 +540,40 @@ jobs:
540540
RdkServicesL1Test &&
541541
cp -rf $(pwd)/rdkL1TestResults.json $GITHUB_WORKSPACE/rdkL1TestResultsWithValgrind.json &&
542542
rm -rf $(pwd)/rdkL1TestResults.json
543+
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
568+
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

0 commit comments

Comments
 (0)