Skip to content

Commit 47f0517

Browse files
committed
update sonar coverage properties
1 parent 51d3232 commit 47f0517

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: make test-sonar
33+
run: composer exec vendor/bin/phpunit tests -- --coverage-clover coverage.xml
3434

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

0 commit comments

Comments
 (0)