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 12fb859 commit e30250c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,12 @@ jobs:
path: |
cobertura-coverage.xml
- name: Display coverage
- name: Display line coverage
run: gcovr cobertura-coverage.xml --txt

- name: Display branch coverage
run: gcovr cobertura-coverage.xml --branches --txt

# run: reportgenerator "-reports:cobertura-coverage-*.xml" "-targetdir:./merged/" -reporttypes:Cobertura

# run:
Expand Down

0 comments on commit e30250c

Please sign in to comment.