Skip to content

Commit

Permalink
updates travis to send data to coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Nov 27, 2015
1 parent 9acf655 commit c45f5c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ notifications:
- videos5@corp.globo.com
slack: globo:F1iVlyrzR4iX8OS7h8fwMcqx

after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
after_script: "cat coverage/C*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
5 changes: 3 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ module.exports = function(config) {
reporters: [
{type: 'lcovonly'},
{type: 'text-summary'}
]
],
dir: 'coverage'
},
plugins: [
require('karma-webpack'),
Expand Down Expand Up @@ -102,4 +103,4 @@ module.exports = function(config) {
// if true, Karma captures browsers, runs the tests and exits
singleRun: false
});
};
};

0 comments on commit c45f5c3

Please sign in to comment.