Skip to content

Commit

Permalink
docs(readme): added lgtm badges
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Jan 26, 2020
1 parent cf549af commit 8aca458
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[![build status][travis-image]][travis-url]
[![coverage status][coverage-image]][coverage-url]
[![greenkeeper badge][greenkeeper-image]][greenkeeper-url]
[![Language grade: JavaScript][lgtm-image]][lgtm-url]


# binmap

Expand Down Expand Up @@ -69,3 +71,5 @@ Array.from( bm.between( { gt: 'b', reverse: true } ) )
[coverage-url]: https://coveralls.io/github/grantila/binmap?branch=master
[greenkeeper-image]: https://badges.greenkeeper.io/grantila/binmap.svg
[greenkeeper-url]: https://greenkeeper.io/
[lgtm-image]: https://img.shields.io/lgtm/grade/javascript/g/grantila/binmap.svg?logo=lgtm&logoWidth=18
[lgtm-url]: https://lgtm.com/projects/g/grantila/binmap/context:javascript

0 comments on commit 8aca458

Please sign in to comment.