Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Nov 15, 2015
1 parent d0f847e commit f9e18de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_js:
- 'stable'
- '0.12'
- '0.10'
after_success: npm run coveralls
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && nyc mocha"
"test": "xo && nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js"
Expand All @@ -32,6 +33,7 @@
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-3": "^6.1.18",
"babylon": "^6.1.21",
"coveralls": "^2.11.4",
"mocha": "^2.3.3",
"nyc": "^3.2.2",
"xo": "^0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# babel-detective [![Build Status](https://travis-ci.org/jamestalmage/babel-plugin-detective.svg?branch=master)](https://travis-ci.org/jamestalmage/babel-plugin-detective)
# babel-detective [![Build Status](https://travis-ci.org/jamestalmage/babel-plugin-detective.svg?branch=master)](https://travis-ci.org/jamestalmage/babel-plugin-detective) [![Coverage Status](https://coveralls.io/repos/jamestalmage/babel-plugin-detective/badge.svg?branch=master&service=github)](https://coveralls.io/github/jamestalmage/babel-plugin-detective?branch=master)

> A Babel 6 plugin that scans the AST for require calls and import statements
Expand Down

0 comments on commit f9e18de

Please sign in to comment.