Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 55f5657

Browse files
committed
Added codecov tests coverage report
1 parent 6245140 commit 55f5657

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ script:
1010
- vendor/bin/phpunit
1111
- rm -rf vendor
1212
- composer update --prefer-lowest -n
13-
- vendor/bin/phpunit
13+
- vendor/bin/phpunit --coverage-clover=coverage.xml
14+
15+
after_success:
16+
- if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then bash <(curl -s https://codecov.io/bash); fi

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# hellofresh/stats-php
88

99
[![Build Status](https://travis-ci.org/hellofresh/stats-php.svg?branch=master)](https://travis-ci.org/hellofresh/stats-php)
10-
[![Coverage Status](https://codecov.io/gh/hellofresh/stats-php/branch/master/graph/badge.svg)](https://codecov.io/gh/hellofresh/stats-php)
10+
[![codecov](https://codecov.io/gh/hellofresh/stats-php/branch/master/graph/badge.svg)](https://codecov.io/gh/hellofresh/stats-php)
1111

1212
> Generic Stats library written in PHP
1313

0 commit comments

Comments
 (0)