Skip to content

Commit d02cf0e

Browse files
committed
update sonar coverage properties
1 parent 4ea685b commit d02cf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-for-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make lint
3131

3232
- name: Run unit tests
33-
run: vendor/bin/phpunit tests --coverage-clover coverage.xml
33+
run: vendor/bin/phpunit --coverage-clover=coverage.xml
3434

3535
- name: SonarQube Scan
3636
uses: SonarSource/sonarqube-scan-action@v5

0 commit comments

Comments
 (0)