Skip to content

Commit

Permalink
Coveralls implementation and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
navi1995 committed Jul 20, 2020
1 parent 623b3e0 commit 0d40a90
Show file tree
Hide file tree
Showing 5 changed files with 1,253 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/node_modules/
node_modules/
node_modules
/.vscode
/.vscode
coverage
.nyc_output
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: node_js
node_js:
- "stable"
- "stable"
after_script: npm run coverage
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![npm](https://img.shields.io/npm/v/chrome-webstore-stats)](https://www.npmjs.com/package/chrome-webstore-stats)
[![Build Status](https://travis-ci.org/navi1995/Chrome-Webstore-Stats.svg?branch=master)](https://travis-ci.org/navi1995/Chrome-Webstore-Stats)
[![David](https://img.shields.io/david/navi1995/chrome-webstore-stats)](https://david-dm.org/navi1995/chrome-webstore-stats)
[![Coverage Status](https://coveralls.io/repos/github/navi1995/Chrome-Webstore-Stats/badge.svg?branch=master)](https://coveralls.io/github/navi1995/Chrome-Webstore-Stats?branch=master)
# Chrome Webstore Stats
This is a simple node module used to provide details of any given chrome webstore's extension ID (32 alpha string from end of webstore link) or ARRAY of extension IDs.

Expand Down
Loading

0 comments on commit 0d40a90

Please sign in to comment.