Skip to content

Commit

Permalink
Badge added
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatsharma committed Mar 6, 2019
1 parent 5a5c853 commit 556f3a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ script:
- yarn test

after_success:
- |
npm install --save-dev coveralls@2.10.0
npx nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js
- yarn coverage
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<a href="https://travis-ci.org/rajatsharma/shinobi">
<img src="https://travis-ci.org/rajatsharma/shinobi.svg?branch=master" alt="travis"/>
</a>
<a href="https://codecov.io/gh/rajatsharma/shinobi">
<img src="https://codecov.io/gh/rajatsharma/shinobi/branch/master/graph/badge.svg" />
</a>
</p>

## Pre-requisites
Expand Down

0 comments on commit 556f3a3

Please sign in to comment.