Skip to content

Commit

Permalink
Report coverage to coverall.io (visgl#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
heshan0131 authored May 1, 2017
1 parent 612f706 commit 1741a52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ before_script:
- ulimit -c unlimited -S # enable core dumps
script:
- npm run lint
- npm run cover
after_success:
- npm run cover
- cat coverage/lcov.info | coveralls
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<a href="http://starveller.sigsev.io/uber/deck.gl">
<img src="http://starveller.sigsev.io/api/repos/uber/deck.gl/badge" alt="stars" />
</a>
<a href='https://coveralls.io/github/uber/deck.gl?branch=master'>
<img src='https://coveralls.io/repos/github/uber/deck.gl/badge.svg?branch=master' alt='Coverage Status' />
</a>
</p>

<h1 align="center">deck.gl | <a href="https://uber.github.io/deck.gl">Docs</a></h1>
Expand Down

0 comments on commit 1741a52

Please sign in to comment.