File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,5 @@ checks:
17
17
fix_identation_4spaces : true
18
18
fix_doc_comments : true
19
19
20
+ tools :
21
+ external_code_coverage : true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 5.6
5
5
- 7.0
6
+ - 7.1
6
7
7
8
env :
8
9
matrix :
@@ -17,4 +18,5 @@ script:
17
18
- phpunit --coverage-text --coverage-clover=coverage.clover
18
19
19
20
after_script :
20
- - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
21
+ - wget https://scrutinizer-ci.com/ocular.phar
22
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Original file line number Diff line number Diff line change 6
6
[ ![ StyleCI] ( https://styleci.io/repos/65542206/shield )] ( https://styleci.io/repos/65542206 )
7
7
[ ![ SensioLabsInsight] ( https://img.shields.io/sensiolabs/i/6ac8b6d5-c215-4ba5-9a47-d1b312ec196d.svg?style=flat-square )] ( https://insight.sensiolabs.com/projects/6ac8b6d5-c215-4ba5-9a47-d1b312ec196d )
8
8
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/laravel-notification-channels/webpush.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/laravel-notification-channels/webpush )
9
+ [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/webpush/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/laravel-notification-channels/webpush/?branch=master )
9
10
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/laravel-notification-channels/webpush.svg?style=flat-square )] ( https://packagist.org/packages/laravel-notification-channels/webpush )
10
11
11
12
This package makes it easy to send web push notifications with Laravel 5.3.
@@ -114,7 +115,7 @@ $user->deletePushSubscription($endpoint);
114
115
115
116
## Demo
116
117
117
- For a complete implementation with a Service Worker check this [ demo] ( https://github.com/cretueusebiu/laravel-web-push-demo ) .
118
+ For a complete implementation with a Service Worker check this [ demo] ( https://github.com/cretueusebiu/laravel-web-push-demo ) .
118
119
119
120
## Browser Compatibility
120
121
@@ -125,7 +126,7 @@ The [Push API](https://developer.mozilla.org/en/docs/Web/API/Push_API) currently
125
126
Please see [ CHANGELOG] ( CHANGELOG.md ) for more information what has changed recently.
126
127
127
128
## Testing
128
-
129
+
129
130
``` bash
130
131
$ composer test
131
132
```
You can’t perform that action at this time.
0 commit comments