This repository was archived by the owner on Nov 30, 2022. It is now read-only.
File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 7
7
.gitignore export-ignore
8
8
.php-cs-fixer.dist.php export-ignore
9
9
CODE_OF_CONDUCT.md export-ignore
10
+ codecov.yml export-ignore
10
11
phpunit.xml export-ignore
11
12
CONTRIBUTING.md export-ignore
12
13
CONTRIBUTORS.txt export-ignore
Original file line number Diff line number Diff line change 83
83
84
84
- name : Run static code analysis
85
85
if : matrix.analysis == true
86
- run : vendor/bin/phpstan --memory-limit 0
86
+ run : vendor/bin/phpstan --memory-limit=-1
87
87
88
88
- name : Upload coverage results
89
+ uses : codecov/codecov-action@v1
89
90
if : matrix.coverage != 'none'
90
- env :
91
- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
92
- run : |
93
- composer require php-coveralls/php-coveralls --dev
94
- vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
Original file line number Diff line number Diff line change 1
1
# Laravel Shopify App
2
2
3
3
![ Tests] ( https://github.com/osiset/laravel-shopify/workflows/Package%20Test/badge.svg?branch=master )
4
- [ ![ Coverage] ( https://coveralls.io/repos/github/osiset/laravel-shopify/badge.svg?branch=master )] ( https://coveralls.io/github/osiset/laravel-shopify?branch=master )
5
- [ ![ StyleCI] ( https://styleci.io/repos/96462257/shield?style=flat )] ( https://github.styleci.io/repos/96462257 )
4
+ [ ![ codecov] ( https://codecov.io/gh/osiset/laravel-shopify/branch/master/graph/badge.svg?token=qqUuLItqJj )] ( https://codecov.io/gh/osiset/laravel-shopify )
6
5
[ ![ License] ( https://poser.pugx.org/osiset/laravel-shopify/license )] ( https://packagist.org/packages/osiset/laravel-shopify )
7
6
8
7
----
Original file line number Diff line number Diff line change
1
+ comment : false
You can’t perform that action at this time.
0 commit comments