Skip to content

Commit a5a06c6

Browse files
committed
gh: remove sonar cloud and coverage report generation
1 parent 3325e85 commit a5a06c6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

-12
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,8 @@ jobs:
1818
- uses: php-actions/composer@v6
1919
- name: PHPUnit Tests
2020
uses: php-actions/phpunit@v3
21-
env:
22-
XDEBUG_MODE: coverage
2321
with:
2422
version: 11.5
2523
php_version: 8.3
2624
test_suffix: Test.php
2725
configuration: phpunit.xml
28-
php_extensions: xdebug
29-
coverage_text: true
30-
coverage_clover: reports/coverage.xml
31-
32-
# SonarCloud
33-
- name: SonarCloud Scan
34-
uses: SonarSource/sonarcloud-github-action@master
35-
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)