Skip to content

Commit

Permalink
feat: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq committed Jul 2, 2024
1 parent 97a7451 commit aad5274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,4 @@ jobs:
- name: Execute tests
env:
SESSION_DRIVER: array
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-clover=coverage.xml

- name: Generate test coverage badge
uses: timkrase/phpunit-coverage-badge@v1.2.1
with:
coverage_badge_path: ".github/badge-coverage.svg"
push_badge: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
run: ./vendor/bin/phpunit tests
23 changes: 0 additions & 23 deletions phpunit.xml

This file was deleted.

0 comments on commit aad5274

Please sign in to comment.