Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 19, 2023
1 parent 400db9c commit e6a4338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,21 +116,21 @@ jobs:
- name: Generate the badge SVG image for the line coverage
uses: emibcn/[email protected]
with:
label: 'Line Coverage'
label: 'Lines'
status: ${{ steps.metrics.outputs.line }}%
color: 'green'
path: badges/line-coverage.svg
- name: Generate the badge SVG image for the branch coverage
uses: emibcn/[email protected]
with:
label: 'Branch Coverage'
label: 'Branches'
status: ${{ steps.metrics.outputs.branch }}%
color: 'green'
path: badges/branch-coverage.svg
- name: Generate the badge SVG image for the mutation coverage
uses: emibcn/[email protected]
with:
label: 'Mutation Coverage'
label: 'Mutations'
status: ${{ steps.metrics.outputs.mutation }}%
color: 'green'
path: badges/mutation-coverage.svg
Expand Down

0 comments on commit e6a4338

Please sign in to comment.