Skip to content

Commit

Permalink
main: update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev committed Oct 4, 2024
1 parent 065a007 commit 1dd6c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 437 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,4 @@ jobs:
run: composer show -D

- name: Execute tests
run: vendor/bin/pest --coverage-clover clover.xml

- name: Generate test coverage badge
uses: timkrase/phpunit-coverage-badge@v1.2.0
with:
coverage_badge_path: 'badge-coverage.svg'
push_badge: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
report: clover.xml
run: vendor/bin/pest --ci
Loading

0 comments on commit 1dd6c4f

Please sign in to comment.