File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -540,3 +540,40 @@ jobs:
540
540
RdkServicesL1Test &&
541
541
cp -rf $(pwd)/rdkL1TestResults.json $GITHUB_WORKSPACE/rdkL1TestResultsWithValgrind.json &&
542
542
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
You can’t perform that action at this time.
0 commit comments