File tree Expand file tree Collapse file tree 3 files changed +1
-21
lines changed Expand file tree Collapse file tree 3 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187
187
with :
188
188
fetch-depth : 50
189
189
190
- - name : " Install PHP with coverage "
190
+ - name : " Install PHP"
191
191
uses : " shivammathur/setup-php@v2"
192
192
with :
193
193
php-version : " 8.0"
@@ -201,18 +201,12 @@ jobs:
201
201
key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
202
202
restore-keys : " php-${{ matrix.php-version }}-composer-locked-"
203
203
204
- - name : " Install Ocular as depencies"
205
- run : composer req "scrutinizer/ocular" --dev --no-update
206
-
207
204
- name : " Install dependencies"
208
205
run : composer update --no-interaction --no-progress
209
206
210
207
- name : " Run tests with coverage"
211
208
run : bin/phpunit --color=always --coverage-clover=build/logs/clover.xml
212
209
213
- - name : " Upload coverage results to Scrutinizer"
214
- run : vendor/scrutinizer/ocular/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml
215
-
216
210
- name : " Upload coverage results to Coveralls"
217
211
env :
218
212
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ OverblogGraphQLBundle
3
3
4
4
![ CI] ( https://github.com/overblog/GraphQLBundle/workflows/CI/badge.svg?branch=0.14 )
5
5
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/7ksxlcgwt40q74hv/branch/0.14?svg=true )] ( https://ci.appveyor.com/project/overblog/graphqlbundle/branch/0.14 )
6
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/overblog/GraphQLBundle/badges/quality-score.png?b=0.14 )] ( https://scrutinizer-ci.com/g/overblog/GraphQLBundle/?branch=0.14 )
7
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/overblog/GraphQLBundle/badge.svg?branch=0.14 )] ( https://coveralls.io/github/overblog/GraphQLBundle?branch=0.14 )
8
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/overblog/graphql-bundle/version )] ( https://packagist.org/packages/overblog/graphql-bundle )
9
8
[ ![ Latest Unstable Version] ( https://poser.pugx.org/overblog/graphql-bundle/v/unstable )] ( https://packagist.org/packages/overblog/graphql-bundle )
You can’t perform that action at this time.
0 commit comments