We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec8185 commit 8263fc3Copy full SHA for 8263fc3
.github/workflows/ci.yaml
@@ -71,7 +71,6 @@ jobs:
71
- name: "Install PHP"
72
uses: "shivammathur/setup-php@v2"
73
with:
74
- coverage: "pcov"
75
php-version: "${{ matrix.php-version }}"
76
ini-values: zend.assertions=1
77
@@ -96,10 +95,4 @@ jobs:
96
95
97
- name: "Run tests"
98
timeout-minutes: 3
99
- run: "vendor/bin/phpunit --coverage-clover build/logs/clover.xml"
100
-
101
- - name: "Coveralls"
102
- if: ${{ matrix.php-version == '8.1' && matrix.dependencies == 'highest' }}
103
- run: |
104
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.2/php-coveralls.phar
105
- php coveralls.phar -v
+ run: "vendor/bin/phpunit"
0 commit comments