diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6031909..3ddedf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,13 +39,4 @@ jobs: composer install --${{ matrix.stability }} --prefer-dist --no-interaction - name: Execute tests - env: - XDEBUG_MODE: coverage - run: ./vendor/bin/phpunit tests --coverage-xml coverage/xml - - - name: Generate 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 diff --git a/phpunit.xml b/phpunit.xml index 766495c..14139ab 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,27 +1,13 @@ - + tests - - - - src - -