Skip to content

Commit c29973b

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

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

.github/workflows/L1-tests.yml

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
repository: rdkcentral/entservices-testframework
115115
path: entservices-testframework
116-
ref: feature/RDK-55554
116+
ref: develop
117117
token: ${{ secrets.RDKCM_RDKE }}
118118

119119
- name: Checkout entservices-inputoutput
@@ -540,41 +540,3 @@ 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
580-

0 commit comments

Comments
 (0)