Skip to content

Commit

Permalink
SDK: renaming jacoco-badge-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Jan 31, 2023
1 parent 6165e0c commit 6c419f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Generate JaCoCo Badge
id: jacoco
uses: cicirello/jacoco-badge-sdk@v2
uses: cicirello/jacoco-badge-generator@v2
with:
badges-directory: badges
generate-branches-badge: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Generate JaCoCo Badge
id: jacoco
uses: cicirello/jacoco-badge-sdk@v2
uses: cicirello/jacoco-badge-generator@v2
with:
badges-directory: badges
generate-branches-badge: true
Expand Down

0 comments on commit 6c419f1

Please sign in to comment.