File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - ' 7.1'
66
77install :
8- - composer require satooshi/php-coveralls
9-
10- before_script :
11- - mkdir -p build/logs
8+ - composer install --no-interaction
129
1310script :
14- - phpunit --coverage-clover build/logs/clover .xml
11+ - phpunit --coverage-clover=coverage .xml
1512
1613after_success :
17- - php vendor/bin/coveralls
14+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 11# Laravel SecureHeaders
22
3- [ ![ Build Status] ( https://travis-ci.org/mikefrancis/laravel-secureheaders.svg?branch=master )] ( https://travis-ci.org/mikefrancis/laravel-secureheaders ) [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ mikefrancis/laravel-secureheaders/badge.svg?branch=master )] ( https://coveralls .io/github /mikefrancis/laravel-secureheaders?branch=master )
3+ [ ![ Build Status] ( https://travis-ci.org/mikefrancis/laravel-secureheaders.svg?branch=master )] ( https://travis-ci.org/mikefrancis/laravel-secureheaders ) [ ![ codecov ] ( https://codecov .io/gh/ mikefrancis/laravel-secureheaders/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /mikefrancis/laravel-secureheaders )
44
55SecureHeaders wrapper for Laravel.
66
You can’t perform that action at this time.
0 commit comments