We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2970374 commit 17b7fb7Copy full SHA for 17b7fb7
.github/workflows/check-for-linter.yml
@@ -30,7 +30,7 @@ jobs:
30
run: make lint
31
32
- name: Run unit tests
33
- run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text tests
+ run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=coverage.xml tests
34
35
- name: SonarQube Scan
36
uses: SonarSource/sonarqube-scan-action@v5
0 commit comments