Skip to content

Commit 2629632

Browse files
committed
Add badge for code covarage
1 parent 68035bc commit 2629632

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.coveralls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
coverage_clover: clover.xml
2-
json_path: coveralls-upload.json
1+
coverage_clover: build/logs/clover.xml
2+
json_path: build/logs/coveralls-upload.json

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
A PHP SDK for Firebase REST API.
55

66
[![Build status][Master image]][Master]
7+
[![Coverage Status][Master covarage image]][Master covarage]
78

89
-----------------------------------
910

@@ -47,4 +48,6 @@ $get = $firebase->get('/logs')->getResponse();
4748
[Alejandro Morelos](https://github.com/adrorocker).
4849

4950
[Master]: https://travis-ci.org/adrorocker/php-firebase/
50-
[Master image]: https://travis-ci.org/adrorocker/php-firebase.svg?branch=master
51+
[Master image]: https://travis-ci.org/adrorocker/php-firebase.svg?branch=master&style=flat-square
52+
[Master covarage]: https://coveralls.io/github/adrorocker/php-firebase?branch=master
53+
[Master covarage image]: https://coveralls.io/repos/github/adrorocker/php-firebase/badge.svg?branch=master&style=flat-square

0 commit comments

Comments
 (0)