Skip to content

Commit

Permalink
Trying to set up Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWesner committed Aug 22, 2024
1 parent 20c3bf8 commit 7373b9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,18 @@ jobs:

- name: Run test suite
run: composer run-script test

- name: Make code coverage badge
uses: timkrase/[email protected]
with:
coverage_badge_path: output/coverage.svg
push_badge: false

- name: Git push to image-data branch
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./output
publish_branch: image-data
github_token: ${{ secrets.GITHUB_TOKEN }}
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'

0 comments on commit 7373b9d

Please sign in to comment.