File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ before_script:
77 - npm install -g grunt-cli
88script :
99 - grunt test
10+ - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Original file line number Diff line number Diff line change @@ -169,7 +169,10 @@ module.exports = (grunt) ->
169169 helpers : ' spec/*helper.js'
170170 template : require (' grunt-template-jasmine-istanbul' )
171171 templateOptions :
172- report : ' coverage'
172+ report :
173+ type : ' lcovonly'
174+ options :
175+ dir : ' coverage'
173176 coverage : ' coverage/coverage.json'
174177 coffee :
175178 glob_to_multiple :
Original file line number Diff line number Diff line change 2525 "grunt-contrib-uglify" : " ~0.6.0" ,
2626 "grunt-contrib-coffee" : " ~0.12.0" ,
2727 "grunt-contrib-jshint" : " ~0.10.0" ,
28+ "coveralls" : " ~2.11.0" ,
2829 "grunt-contrib-jasmine" : " ~0.8.0" ,
2930 "grunt-template-jasmine-istanbul" : " ~0.3.0" ,
3031 "load-grunt-tasks" : " ~0.6.0"
You can’t perform that action at this time.
0 commit comments