Skip to content

Commit

Permalink
chore(*): Added coveralls integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed Jul 2, 2015
1 parent 32a918b commit 9404267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions circle.yml
Expand Up @@ -4,6 +4,7 @@ machine:
dependencies:
pre:
- npm install
- npm install -g coveralls
- cd css-components; npm install
deployment:
tasks:
Expand All @@ -15,6 +16,4 @@ test:
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex "./core/test/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
general:
artifacts:
- ./coverage
- cat ./core/test/coverage/*/lcov.info | coveralls
3 changes: 1 addition & 2 deletions core/test/karma.conf.js
Expand Up @@ -57,8 +57,7 @@ module.exports = function(config) {
reporters: ['progress', 'coverage', 'junit'],

coverageReporter: {
type: 'lcov',
dir: '../../coverage/'
type: 'lcov'
},

// web server port
Expand Down

0 comments on commit 9404267

Please sign in to comment.