Skip to content

Commit

Permalink
Install lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 995f1db commit acece54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,16 @@ jobs:
# name: Print Cobertura branch coverage
# run: gcovr cobertura-coverage.xml --branches --txt

# - name: Report coverage to pull request
# uses: zgosalvez/github-actions-report-lcov@77c3fa1e20d891bc83ec63b6b0e5ecf5ee1ced1e # 4.1.1
# with:
# coverage-files: lcov-*.info
# github-token: ${{ secrets.GITHUB_TOKEN }}
# update-comment: true

- name: Install lcov
run: sudo apt install -y lcov

- name: Merge lcov-*.info
run: |
lcov \
Expand Down

0 comments on commit acece54

Please sign in to comment.