mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-03-30 23:23:49 +08:00
Integrated with Coveralls code coverage
This commit is contained in:
@@ -6,4 +6,6 @@ install:
|
||||
- npm install
|
||||
- bower install
|
||||
script:
|
||||
- npm run travis
|
||||
- npm run travis
|
||||
after_script:
|
||||
- cat ./tests/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# ReactFire
|
||||
|
||||
[](https://travis-ci.org/firebase/reactfire)
|
||||
[](https://coveralls.io/r/firebase/reactfire)
|
||||
[](http://badge.fury.io/gh/firebase%2Freactfire)
|
||||
|
||||
[ReactJS](http://facebook.github.io/react/) is a framework for building large, complex user
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
"react": "^0.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.1",
|
||||
"gulp": "^3.8.7",
|
||||
"gulp-concat": "^2.2.0",
|
||||
"gulp-jshint": "^1.5.1",
|
||||
|
||||
Reference in New Issue
Block a user