Skip to content

Commit

Permalink
Added Coveralls badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhu committed Jan 5, 2017
1 parent 85f92c6 commit edbaff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
A set of recursion problems to be solved (solutions included).

[![Build Status](https://img.shields.io/snap-ci/hzhu/recursion-joy/master.svg?style=flat-square)](https://snap-ci.com/hzhu/recursion-joy/branch/master)
[![Coverage Status](https://img.shields.io/coveralls/hzhu/recursion-joy.svg?style=flat-square)](https://coveralls.io/github/hzhu/recursion-joy?branch=master)


### Getting Started
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"scripts": {
"clean": "rimraf build coverage",
"test": "cross-env NODE_ENV=test karma start internals/testing/karma.conf.js --single-run",
"test:watch": "npm run test -- --auto-watch --no-single-run"
"test:watch": "npm run test -- --auto-watch --no-single-run",
"coveralls": "cat ./coverage/lcov/lcov.info | coveralls"
},
"precommit": "test",
"babel": {
Expand Down

0 comments on commit edbaff8

Please sign in to comment.