From 4a5e5d224a019b8f43c8f9158c14705d46d10cc4 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Tue, 14 May 2024 17:58:39 -0700 Subject: [PATCH] PHPUnit removal? --- .gitea/workflows/sonarqube.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/sonarqube.yaml b/.gitea/workflows/sonarqube.yaml index 4a6d895..7ce5f25 100644 --- a/.gitea/workflows/sonarqube.yaml +++ b/.gitea/workflows/sonarqube.yaml @@ -16,15 +16,6 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - name: Setup PHP with Xdebug - uses: shivammathur/setup-php@v2 - with: - php-version: '8.2' - coverage: xdebug - - name: Install dependencies with composer - run: composer update --no-ansi --no-interaction --no-progress - - name: Run tests with phpunit/phpunit - run: vendor/bin/phpunit --coverage-clover=coverage.xml - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@master env: