Skip to content

Commit

Permalink
on the way towards publishing coverage on coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Feb 14, 2017
1 parent 82f0399 commit ef2cdaa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Gruntfile.js
Expand Up @@ -35,11 +35,6 @@ module.exports = function(grunt) {
dest: "public/js/cuchubo.js"
}
},
storeCoverage: {
options: {
dir: 'coverage/reports/'
}
},
makeReport: {
src: 'coverage/reports/**/*.json',
options: {
Expand All @@ -53,7 +48,7 @@ module.exports = function(grunt) {
force: false
},
qunit: { //
src: 'coverage/reports/ghini/coverage.json',
src: 'coverage/reports/lcov.info',
options: { // Any options for just this target
}
}
Expand Down Expand Up @@ -82,7 +77,6 @@ module.exports = function(grunt) {
'copy:instrumented-to-origs',
'test',
'copy:restore-origs',
'storeCoverage',
'makeReport',
'coveralls']);
};

0 comments on commit ef2cdaa

Please sign in to comment.