Skip to content

Commit d53f486

Browse files
author
jacobawenger
committed
Integrated with Coveralls code coverage
1 parent e6f6d87 commit d53f486

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ install:
66
- npm install
77
- bower install
88
script:
9-
- npm run travis
9+
- npm run travis
10+
after_script:
11+
- cat ./tests/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ReactFire
22

33
[![Build Status](https://travis-ci.org/firebase/reactfire.svg?branch=master)](https://travis-ci.org/firebase/reactfire)
4+
[![Coverage Status](https://img.shields.io/coveralls/firebase/reactfire.svg)](https://coveralls.io/r/firebase/reactfire)
45
[![GitHub version](https://badge.fury.io/gh/firebase%2Freactfire.svg)](http://badge.fury.io/gh/firebase%2Freactfire)
56

67
[ReactJS](http://facebook.github.io/react/) is a framework for building large, complex user

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"react": "^0.11.1"
3838
},
3939
"devDependencies": {
40+
"coveralls": "^2.11.1",
4041
"gulp": "^3.8.7",
4142
"gulp-concat": "^2.2.0",
4243
"gulp-jshint": "^1.5.1",

0 commit comments

Comments
 (0)