Skip to content

Commit

Permalink
Added code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gits2501 committed May 3, 2018
1 parent 2133db0 commit 1377608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"description": "utilities functions for twiz-client",
"main": "src/utils.js",
"scripts": {
"test": "tap -Rspec --cov test/*.js"
"tap": "tap -Rspec test/*.js",
"test": "nyc npm run tap && nyc report --reporter=text-lcov | coveralls"
},
"author": "github.com/gits2501",
"license": "MIT",
"devDependencies": {
"browserify": "^16.1.1",
"coveralls": "^3.0.1",
"nyc": "^11.7.1",
"tap": "^11.1.3"
}
}

0 comments on commit 1377608

Please sign in to comment.