Skip to content

Commit

Permalink
adding coveralls in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Awdesh committed Dec 28, 2015
1 parent 1c87f37 commit e426eb3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Integration/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var numFormatter = require('@jdaudier/number-formatter');

var formattedNum = numFormatter(35666);
3 changes: 3 additions & 0 deletions Integration/index.js~
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var numFormatter = require('@jdaudier/number-formatter');

var formattedNum = numFormatter(35666);
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ A small library that adds commas to numbers
## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

[![Coverage Status](https://coveralls.io/repos/Awdesh/number-formatter/badge.svg?branch=master&service=github)](https://coveralls.io/github/Awdesh/number-formatter?branch=master)
2 changes: 2 additions & 0 deletions README.md~
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ A small library that adds commas to numbers
## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

[![Coverage Status](https://coveralls.io/repos/Awdesh/number-formatter/badge.svg?branch=master&service=github)](https://coveralls.io/github/Awdesh/number-formatter?branch=master)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A node module for formatting numbers",
"main": "index.js",
"scripts": {
"test": "mocha --reporter nyan",
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
Expand Down

0 comments on commit e426eb3

Please sign in to comment.