Skip to content

Commit

Permalink
ci: explicitly enable xdebug coverage and add condition for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Nov 12, 2024
1 parent 1cc8869 commit b237b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
tools: composer
- name: Setup DB
run: sudo sudo systemctl start mysql.service
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
with:
fetch-depth: 0
- name: Analyze with SonarCloud
if: env.SONAR_TOKEN != ''
uses: sonarsource/sonarcloud-github-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b237b73

Please sign in to comment.