File tree Expand file tree Collapse file tree 3 files changed +0
-57
lines changed Expand file tree Collapse file tree 3 files changed +0
-57
lines changed Original file line number Diff line number Diff line change @@ -177,45 +177,3 @@ jobs:
177
177
178
178
- name : " Run static-analysis"
179
179
run : composer static-analysis
180
-
181
- coverage :
182
- runs-on : ubuntu-20.04
183
- name : " Coverage"
184
- steps :
185
- - name : " Checkout"
186
- uses : " actions/checkout@v2"
187
- with :
188
- fetch-depth : 50
189
-
190
- - name : " Install PHP with coverage"
191
- uses : " shivammathur/setup-php@v2"
192
- with :
193
- php-version : " 8.0"
194
- ini-values : pcov.directory=.
195
- coverage : " pcov"
196
-
197
- - name : " Cache dependencies installed with composer"
198
- uses : " actions/cache@v2"
199
- with :
200
- path : " ~/.composer/cache"
201
- key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
202
- restore-keys : " php-${{ matrix.php-version }}-composer-locked-"
203
-
204
- - name : " Install Ocular as depencies"
205
- run : composer req "scrutinizer/ocular" --dev --no-update
206
-
207
- - name : " Install dependencies"
208
- run : composer update --no-interaction --no-progress
209
-
210
- - name : " Run tests with coverage"
211
- run : bin/phpunit --color=always --coverage-clover=build/logs/clover.xml
212
-
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
- - name : " Upload coverage results to Coveralls"
217
- env :
218
- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
219
- run : |
220
- composer global require php-coveralls/php-coveralls
221
- php-coveralls --coverage_clover=build/logs/clover.xml -v
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,8 +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
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/overblog/GraphQLBundle/badge.svg?branch=0.14 )] ( https://coveralls.io/github/overblog/GraphQLBundle?branch=0.14 )
8
6
[ ![ Latest Stable Version] ( https://poser.pugx.org/overblog/graphql-bundle/version )] ( https://packagist.org/packages/overblog/graphql-bundle )
9
7
[ ![ Latest Unstable Version] ( https://poser.pugx.org/overblog/graphql-bundle/v/unstable )] ( https://packagist.org/packages/overblog/graphql-bundle )
10
8
[ ![ Total Downloads] ( https://poser.pugx.org/overblog/graphql-bundle/downloads )] ( https://packagist.org/packages/overblog/graphql-bundle )
You can’t perform that action at this time.
0 commit comments