File tree 5 files changed +1
-44
lines changed
5 files changed +1
-44
lines changed Original file line number Diff line number Diff line change 1
1
/tests export-ignore
2
2
/.gitattributes export-ignore
3
3
/.gitignore export-ignore
4
- /.scrutinizer.yml export-ignore
5
4
/.travis.yml export-ignore
6
5
/phpunit.xml export-ignore
Original file line number Diff line number Diff line change 27
27
- name : Install Composer Deps
28
28
run : composer install
29
29
- name : Run Tests
30
- run : phpunit --testdox --coverage-text --coverage-clover=coverage.clover
31
- - name : Upload Scrutinzer
32
- continue-on-error : true
33
- run : |
34
- wget https://scrutinizer-ci.com/ocular.phar
35
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
30
+ run : phpunit --testdox --coverage-text --coverage-clover=coverage.clover
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
[ ![ Latest Version] ( https://img.shields.io/github/release/thephpleague/plates.svg?style=flat-square )] ( https://github.com/thephpleague/plates/releases )
7
7
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
8
8
[ ![ Build Status] ( https://img.shields.io/github/workflow/status/thephpleague/plates/PHP/v3?style=flat-square )] ( https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3 )
9
- [ ![ Coverage Status] ( https://img.shields.io/scrutinizer/coverage/g/thephpleague/plates.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/thephpleague/plates/code-structure )
10
9
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/thephpleague/plates.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/thephpleague/plates )
11
10
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/league/plates.svg?style=flat-square )] ( https://packagist.org/packages/league/plates )
12
11
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ weight = 1
11
11
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( https://github.com/thephpleague/plates/blob/master/LICENSE )
12
12
{{<html >}}<br />{{</html >}}
13
13
[ ![ Build Status] ( https://img.shields.io/github/workflow/status/thephpleague/plates/PHP/v3?style=flat-square )] ( https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3 )
14
- [ ![ Coverage Status] ( https://img.shields.io/scrutinizer/coverage/g/thephpleague/plates.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/thephpleague/plates/code-structure )
15
14
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/thephpleague/plates.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/thephpleague/plates )
16
15
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/league/plates.svg?style=flat-square )] ( https://packagist.org/packages/league/plates )
17
16
You can’t perform that action at this time.
0 commit comments