Skip to content

Commit

Permalink
Remove covorage from tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Nov 5, 2023
1 parent f32317b commit 167daa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:

# Run phpunit tests
- name: Run tests
run: ./vendor/bin/phpunit
run: ./vendor/bin/phpunit --no-coverage

0 comments on commit 167daa1

Please sign in to comment.