Skip to content

Commit d0cbe2b

Browse files
authored
Replace coveralls with codecov (#5)
* Replace coveralls with codecov * Add composer install back in
1 parent 7198e76 commit d0cbe2b

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ php:
55
- '7.1'
66

77
install:
8-
- composer require satooshi/php-coveralls
9-
10-
before_script:
11-
- mkdir -p build/logs
8+
- composer install --no-interaction
129

1310
script:
14-
- phpunit --coverage-clover build/logs/clover.xml
11+
- phpunit --coverage-clover=coverage.xml
1512

1613
after_success:
17-
- php vendor/bin/coveralls
14+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
SecureHeaders wrapper for Laravel.
66

0 commit comments

Comments
 (0)