Skip to content

Commit

Permalink
Add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost committed Jun 19, 2017
1 parent 3b1db90 commit 1259a6d
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
node_js: 6
script:
- npm test
- npm test
- npm run coverage
- npm run codecov
4 changes: 3 additions & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = "Hello";
module.exports = function(a, b) {
return a + b;
}
Loading

0 comments on commit 1259a6d

Please sign in to comment.