pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

Add more badges #77

Closed mrseanryan closed 5 years ago

mrseanryan commented 5 years ago

Add some more badges that seem useful: [#73]

Looks like this:

image

ALSO adds node 12 to the list of Node versions to run by Travis.

mrseanryan commented 5 years ago

[done] - get code coverage badge working ...

Uses coveralls.io

mrseanryan commented 5 years ago

note: this is based on PR #74

So I guess that one should merge first.

mrseanryan commented 5 years ago

@pzavolinsky if you like, email notifications from travis can be turned off in travis yml:

notifications:
    email: false
pzavolinsky commented 5 years ago

email notifications from travis can be turned off in travis yml

Can you add it to this PR?

pzavolinsky commented 5 years ago

Also, I've already merged #74, you can rebase after master.

mrseanryan commented 5 years ago

@pzavolinsky disabling travis emails, and rebased. thanks!