Skip to content

Commit

Permalink
Code coverage added in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
alimranahmed committed Jun 22, 2024
1 parent 9e9c54f commit 99102c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
DB_USERNAME: root
DB_PASSWORD: password
run: |
vendor/bin/phpunit --coverage-clover tests/coverage/clover.xml
php artisan test --coverage --coverage-clover tests/coverage/clover.xml
vendor/bin/pint
- name: Generate test coverage badge
Expand Down

0 comments on commit 99102c4

Please sign in to comment.