Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 167daa1

Browse files
committed
Remove covorage from tests workflow
1 parent f32317b commit 167daa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ jobs:
7676

7777
# Run phpunit tests
7878
- name: Run tests
79-
run: ./vendor/bin/phpunit
79+
run: ./vendor/bin/phpunit --no-coverage
80+

0 commit comments

Comments
 (0)