Skip to content

Commit

Permalink
Add branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent acece54 commit 6fc093c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,12 @@ jobs:
--output-file lcov.info
- if: always()
name: Print lcov coverage list
run: lcov --list lcov.info
name: Print coverage list
run: lcov --rc lcov_branch_coverage=1 --list lcov.info

- if: always()
name: Print lcov coverage summary
run: lcov --summary lcov.info
name: Print coverage summary
run: lcov --rc lcov_branch_coverage=1 --summary lcov.info | tee $GITHUB_STEP_SUMMARY

- if: always()
name: Upload merged test results
Expand Down

0 comments on commit 6fc093c

Please sign in to comment.