Skip to content

Commit

Permalink
Update Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
unlogic committed Sep 3, 2015
1 parent a4d8b06 commit df36cb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ module.exports = function(grunt) {
qunit: {
all: {
options: {
coverage: {
src: ["src/*.js"],
lcovReport: "coverage-results/lcov"
}
urls: [
'http://localhost:8081/test/iris.html'
]
Expand Down Expand Up @@ -101,8 +105,8 @@ module.exports = function(grunt) {
options: {
force: false
},
your_target: {
src: 'coverage-results/extra-results-*.info',
main_target: {
src: 'coverage-results/lcov/lcov.info',
options: {
}
}
Expand Down

0 comments on commit df36cb5

Please sign in to comment.