File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,8 @@ before_script: composer install
7
7
8
8
script :
9
9
- vendor/bin/phpunit
10
+
11
+ after_script :
12
+ - mkdir -p build/logs
13
+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
14
+ - php vendor/bin/coveralls -v
Original file line number Diff line number Diff line change 21
21
"require-dev" : {
22
22
"mockery/mockery" : " ^0.9.9" ,
23
23
"orchestra/testbench" : " ^3.4" ,
24
- "phpunit/phpunit" : " ^6.0"
24
+ "phpunit/phpunit" : " ^6.0" ,
25
+ "satooshi/php-coveralls" : " ^1.0"
25
26
},
26
27
"autoload" : {
27
28
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
# Signed Requests
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/SoapBox/SignedRequests.svg?branch=master )] ( https://travis-ci.org/SoapBox/SignedRequests ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/SoapBox/SignedRequests/badge.svg?branch=master )] ( https://coveralls.io/github/SoapBox/SignedRequests?branch=master ) [ ![ Code Climate] ( https://codeclimate.com/github/SoapBox/SignedRequests/badges/gpa.svg )] ( https://codeclimate.com/github/SoapBox/SignedRequests )
4
+
3
5
A wrapper to add the ability to accept signed requests to a Laravel project.
4
6
5
7
## Installation
You can’t perform that action at this time.
0 commit comments