Skip to content

Commit

Permalink
set up coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Nov 14, 2015
1 parent e37e228 commit 6b90b5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
repo_token: fW3moW39Z8pKOgqTnUMT68DnNCd2SM8Ly
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# eslint-plugin-import

[![build status](https://travis-ci.org/benmosher/eslint-plugin-import.svg?branch=master)](https://travis-ci.org/benmosher/eslint-plugin-import)
[![Coverage Status](https://coveralls.io/repos/benmosher/eslint-plugin-import/badge.svg?branch=master&service=github)](https://coveralls.io/github/benmosher/eslint-plugin-import?branch=coverage)
[![win32 build status](https://ci.appveyor.com/api/projects/status/3mw2fifalmjlqf56/branch/master?svg=true)](https://ci.appveyor.com/project/benmosher/eslint-plugin-import/branch/master)
[![npm](https://img.shields.io/npm/v/eslint-plugin-import.svg)](https://www.npmjs.com/package/eslint-plugin-import)

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"debug": "mocha debug --recursive --reporter dot tests/lib/",
"compile": "rm -rf lib/ && babel -d lib/ src/",
"prepublish": "npm run compile",
"pretest": "eslint ./src && npm run compile && babel -d tests/lib/ tests/src/"
"pretest": "eslint ./src && npm run compile && babel -d tests/lib/ tests/src/",
"coveralls": "cat ./reports/coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
Expand All @@ -39,6 +40,7 @@
"babel": "5.x",
"babel-eslint": "^4.1.4",
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"eslint": ">=1.8.0",
"istanbul": "^0.4.0",
"mocha": "^2.2.1",
Expand Down

0 comments on commit 6b90b5d

Please sign in to comment.