File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22/.github export-ignore
33/.gitignore export-ignore
44/.php_cs.dist export-ignore
5- /.scrutinizer.yml export-ignore
65/bin export-ignore
76/phpstan.neon.dist export-ignore
87/phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 9191 - name : Static analysis with PHPStan
9292 run : ./vendor/bin/phpstan analyse
9393
94- coverage :
95- runs-on : ubuntu-latest
96- steps :
97- - name : Checkout
98- uses : actions/checkout@v4
99- with :
100- fetch-depth : 2
101-
102- - name : Setup PHP, with composer and extensions
103- uses : shivammathur/setup-php@v2
104- with :
105- php-version : 8.4
106- coverage : pcov
107-
108- - name : Cache composer dependencies
109- uses : actions/cache@v4
110- with :
111- path : ~/.cache/composer
112- key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
113- restore-keys : ${{ runner.os }}-composer-
114-
115- - name : Install dependencies
116- run : composer install
117-
118- - name : Code coverage
119- run : ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
120-
121- - name : Upload code coverage
122- run : |
123- composer global require scrutinizer/ocular
124- ~/.composer/vendor/bin/ocular code-coverage:upload --format=php-clover coverage-clover.xml
125-
12694 release :
12795 runs-on : ubuntu-latest
12896 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# GraphQL Upload
22
33[ ![ Build Status] ( https://github.com/ecodev/graphql-upload/workflows/main/badge.svg )] ( https://github.com/ecodev/graphql-upload/actions )
4- [ ![ Code Quality] ( https://scrutinizer-ci.com/g/Ecodev/graphql-upload/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/Ecodev/graphql-upload/?branch=master )
5- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/Ecodev/graphql-upload/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/Ecodev/graphql-upload/?branch=master )
64[ ![ Total Downloads] ( https://poser.pugx.org/ecodev/graphql-upload/downloads.png )] ( https://packagist.org/packages/ecodev/graphql-upload )
75[ ![ Latest Stable Version] ( https://poser.pugx.org/ecodev/graphql-upload/v/stable.png )] ( https://packagist.org/packages/ecodev/graphql-upload )
86[ ![ License] ( https://poser.pugx.org/ecodev/graphql-upload/license.png )] ( https://packagist.org/packages/ecodev/graphql-upload )
You can’t perform that action at this time.
0 commit comments