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 @@ -181,7 +181,7 @@ jobs:
181
181
with :
182
182
fetch-depth : 50
183
183
184
- - name : " Install PHP with coverage "
184
+ - name : " Install PHP"
185
185
uses : " shivammathur/setup-php@v2"
186
186
with :
187
187
php-version : " 8.0"
@@ -195,18 +195,12 @@ jobs:
195
195
key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
196
196
restore-keys : " php-${{ matrix.php-version }}-composer-locked-"
197
197
198
- - name : " Install Ocular as depencies"
199
- run : composer req "scrutinizer/ocular" --dev --no-update
200
-
201
198
- name : " Install dependencies"
202
199
run : composer update --no-interaction --no-progress
203
200
204
201
- name : " Run tests with coverage"
205
202
run : bin/phpunit --color=always --coverage-clover=build/logs/clover.xml
206
203
207
- - name : " Upload coverage results to Scrutinizer"
208
- run : vendor/scrutinizer/ocular/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml
209
-
210
204
- name : " Upload coverage results to Coveralls"
211
205
env :
212
206
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