Skip to content

Commit

Permalink
Update sonar-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
videshpande06 authored Jan 25, 2024
1 parent b59c856 commit f070d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: composer install --prefer-dist

- name: Run PHPUnit tests and Generate covwerage report
run: vendor/bin/phpunit --coverage-clover=coverage.xml
run: vendor/bin/phpunit --coverage-clover=coverage.xml --testdox

sonarqube:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f070d2f

Please sign in to comment.