Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Jun 13, 2024
1 parent 18eee4c commit d4f84c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ jobs:
env:
XDEBUG_MODE: coverage
- name: Make code coverage badge
if: [${{ matrix.php }} == "8.3"]
uses: timkrase/[email protected]
with:
coverage_badge_path: output/coverage.svg
push_badge: false

- name: Git push to image-data branch
if: [${{ matrix.php }} == "8.3"]
uses: peaceiris/actions-gh-pages@v3
if: ${{ matrix.php }} == "8.3"
with:
publish_dir: ./output
publish_branch: image-data
Expand Down

0 comments on commit d4f84c5

Please sign in to comment.