Skip to content

Commit

Permalink
fix coveralls configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 17, 2016
1 parent 481b193 commit c83ec31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
service_name: travis-pro
repo_token: nyQ5MkiPqrO3zxy5PTR3WZRIV0TwEonLF
7 changes: 7 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ module.exports = function(config) {
dir : 'coverage/'
},


coverallsReporter: {
repoToken: "nyQ5MkiPqrO3zxy5PTR3WZRIV0TwEonLF",
dir : 'coverage/'
},


// web server port
port: 9876,

Expand Down

0 comments on commit c83ec31

Please sign in to comment.