Skip to content

Commit

Permalink
adding code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Aug 16, 2015
1 parent 3079f98 commit df3148e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -34,4 +34,7 @@ install:
- bower install

script:
- ember try $EMBER_TRY_SCENARIO test
- istanbul cover node_modules/ember-cli/bin/ember try $EMBER_TRY_SCENARIO test

after_script:
- cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@
[![Ember Observer Score](http://emberobserver.com/badges/ember-infinity.svg)](http://emberobserver.com/addons/ember-infinity)

[![Code Climate](https://codeclimate.com/github/hhff/ember-infinity/badges/gpa.svg)](https://codeclimate.com/github/hhff/ember-infinity)
[![Coverage Status](https://coveralls.io/repos/hhff/ember-infinity/badge.svg?branch=master&service=github)](https://coveralls.io/github/hhff/ember-infinity?branch=master)
[![Dependency Status](https://david-dm.org/hhff/ember-infinity.svg)](https://david-dm.org/hhff/ember-infinity)
[![devDependency Status](https://david-dm.org/hhff/ember-infinity/dev-status.svg)](https://david-dm.org/hhff/ember-infinity#info=devDependencies)

Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -19,6 +19,7 @@
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.0.2",
"coveralls": "^2.0.0",
"ember-cli": "1.13.1",
"ember-cli-app-version": "~0.3.5",
"ember-cli-content-security-policy": "0.4.0",
Expand All @@ -34,7 +35,8 @@
"ember-disable-proxy-controllers": "^1.0.0",
"ember-export-application-global": "^1.0.2",
"ember-faker": "1.1.0",
"ember-try": "0.0.6"
"ember-try": "0.0.6",
"istanbul": "0.3.17"
},
"keywords": [
"ember-addon"
Expand Down

0 comments on commit df3148e

Please sign in to comment.