Skip to content

Commit

Permalink
Fix coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
DvDty committed Jan 28, 2024
1 parent 2057a9b commit 2737c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:

- name: Get test coverage
working-directory: ./application
run: php artisan test --coverage
run: XDEBUG_MODE=coverage php artisan test --coverage

- name: Run migrations
working-directory: ./application
Expand Down

0 comments on commit 2737c82

Please sign in to comment.