Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
generate-branches-badge: true
jacoco-csv-file: build/customJacocoReportDir/test/jacocoTestReport.csv

- name: Update Jacoco Badge
uses: test-room-7/[email protected]
- name: Commit and push the badge
uses: EndBug/[email protected]
with:
file-path: .github/badges/jacoco.svg
commit-msg: Update Jacoco Badge
github-token: ${{ secrets.GITHUB_TOKEN }}
default_author: github_actions
message: 'Update the Coverage Badge for the README.md'
add: '*.svg'

- name: Upload build artifacts
uses: actions/[email protected]
Expand Down
Loading