@@ -62,35 +62,35 @@ jobs:
6262 cat metrics.env >> "${GITHUB_OUTPUT}"
6363 mkdir -p badges
6464 - name : Generate the badge SVG image for the line coverage
65- uses : emibcn/badge-action@v2.0.3
65+ uses : emibcn/badge-action@v2.0.4
6666 with :
6767 label : ' Lines'
6868 status : ${{ steps.metrics.outputs.line }}%
6969 color : ' green'
7070 path : badges/line-coverage.svg
7171 - name : Generate the badge SVG image for the branch coverage
72- uses : emibcn/badge-action@v2.0.3
72+ uses : emibcn/badge-action@v2.0.4
7373 with :
7474 label : ' Branches'
7575 status : ${{ steps.metrics.outputs.branch }}%
7676 color : ' green'
7777 path : badges/branch-coverage.svg
7878 - name : Generate the badge SVG image for the mutation coverage
79- uses : emibcn/badge-action@v2.0.3
79+ uses : emibcn/badge-action@v2.0.4
8080 with :
8181 label : ' Mutations'
8282 status : ${{ steps.metrics.outputs.mutation }}%
8383 color : ' green'
8484 path : badges/mutation-coverage.svg
8585 - name : Generate the badge SVG image for the style warnings
86- uses : emibcn/badge-action@v2.0.3
86+ uses : emibcn/badge-action@v2.0.4
8787 with :
8888 label : ' Warnings'
8989 status : ${{ steps.metrics.outputs.style }}
9090 color : ' orange'
9191 path : badges/style.svg
9292 - name : Generate the badge SVG image for the bugs
93- uses : emibcn/badge-action@v2.0.3
93+ uses : emibcn/badge-action@v2.0.4
9494 with :
9595 label : ' Bugs'
9696 status : ${{ steps.metrics.outputs.bugs }}
0 commit comments